Search
Preparing search index...
The search index is not available
@tgl/core
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
VertexBuffer
Class VertexBuffer
Hierarchy
VertexBuffer
Index
Constructors
constructor
Properties
_attributes
ByName
_gl
_handle
_options
_size
_vertex
Size
attributes
_current
Accessors
size
vertex
Count
vertex
Size
web
GlBuffer
Methods
bind
delete
enable
Attribute
get
Size
sub
Data
Constructors
constructor
new
Vertex
Buffer
(
_gl
:
WebGLRenderingContext
, options
:
BufferOptions
)
:
VertexBuffer
Parameters
_gl:
WebGLRenderingContext
options:
BufferOptions
Returns
VertexBuffer
Properties
Private
_attributes
ByName
_attributes
ByName
:
object
Type declaration
[
key:
string
]:
AttributeInfo
Protected
_gl
_gl
:
WebGLRenderingContext
Private
_handle
_handle
:
WebGLBuffer
Private
_options
_options
:
BufferOptions
Private
_size
_size
:
number
Private
_vertex
Size
_vertex
Size
:
number
attributes
attributes
:
AttributeInfo
[]
Static
Private
_current
_current
:
WebGLBuffer
Accessors
size
get
size
(
)
:
number
Returns
number
vertex
Count
get
vertexCount
(
)
:
number
Returns
number
vertex
Size
get
vertexSize
(
)
:
number
Returns
number
web
GlBuffer
get
webGlBuffer
(
)
:
WebGLBuffer
Returns
WebGLBuffer
Methods
bind
bind
(
)
:
void
Returns
void
delete
delete
(
)
:
void
Returns
void
enable
Attribute
enable
Attribute
(
name
:
string
, location
:
number
)
:
void
Parameters
name:
string
location:
number
Returns
void
Private
get
Size
get
Size
(
type
:
GlDataType
)
:
1
|
2
|
4
Parameters
type:
GlDataType
Returns
1
|
2
|
4
sub
Data
sub
Data
(
offset
:
number
, data
:
ArrayBuffer
)
:
void
Parameters
offset:
number
data:
ArrayBuffer
Returns
void
Globals
Gl
Blend
Equation
Gl
Buffer
Usage
Gl
Clear
Flags
Gl
Cull
Mode
Gl
Data
Type
Gl
Error
Gl
Mag
Type
Gl
Min
Type
Gl
Pixel
Format
Gl
Pixel
Type
Gl
Primitive
Type
Gl
Wrap
Mode
Drawable
Index
Buffer
Shader
Texture
Tgl
Context
Vertex
Buffer
constructor
_attributes
ByName
_gl
_handle
_options
_size
_vertex
Size
attributes
_current
size
vertex
Count
vertex
Size
web
GlBuffer
bind
delete
enable
Attribute
get
Size
sub
Data
Attribute
Info
Attribute
Options
Buffer
Options
Drawable
Options
Shader
Options
Texture
Options
Uniform
Info
Texture
Image
Uniform
Collection
Uniform
Value
Default
Texture
Options
attribute
Defaults
buffer
Defaults
default
Options
Generated using
TypeDoc