-
Notifications
You must be signed in to change notification settings - Fork 0
/
PIXI.AbstractBatchRenderer.html#_packedGeometries
64 lines (41 loc) · 1.83 KB
/
PIXI.AbstractBatchRenderer.html#_packedGeometries
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>webdoc: _packedGeometries</title>
<link type="text/css" rel="stylesheet" href="styles/index.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Mono:300,400,500,700&display=swap" />
<script crossorigin src="https://unpkg.com/react@16/umd/react.development.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script>
<script src="scripts/default-template.js"></script>
<script src="scripts/prettify.js"></script>
<script src="scripts/lang-css.js"></script>
</head>
<body class="docs">
<header class="header" id="header-mount-point"></header>
<article class="page">
<div class="page-explorer" id="explorer-mount-point"></div>
<div class="page-content">
<div class="document">
<h1 class="document__title">PIXI.AbstractBatchRenderer._packedGeometries</h1>
<pre class="signature"><code>private _packedGeometries: Array<PIXI.Geometry></code></pre>
<div class="document__brief"></div>
<div class="ducument__description"><p>Pool of <code>this.geometryClass</code> geometry objects
that store buffers. They are used to pass data
to the shader on each draw call.</p>
<p>These are never re-allocated again, unless a
context change occurs; however, the pool may
be expanded if required.</p></div>
</div>
</div>
<nav class="members-explorer">
<div class="members-explorer__container">
</div>
</nav>
</article>
<footer class="footer" id="footer-mount-point"></footer>
<script>prettyPrint();</script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>