openrndr
Toggle table of contents
0.4.5-dev.17.uncommitted+81afe70
js
Platform filter
js
Switch theme
Search in API
openrndr
openrndr-webgl
/
org.openrndr.webgl
/
IndexBufferWebGL
Index
Buffer
Web
GL
class
IndexBufferWebGL
(
val
context
:
WebGLRenderingContext
,
val
buffer
:
WebGLBuffer
,
val
type
:
IndexType
,
val
indexCount
:
Int
)
:
IndexBuffer
(
source
)
Members
Constructors
Index
Buffer
Web
GL
Link copied to clipboard
constructor
(
context
:
WebGLRenderingContext
,
buffer
:
WebGLBuffer
,
type
:
IndexType
,
indexCount
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
buffer
Link copied to clipboard
val
buffer
:
WebGLBuffer
context
Link copied to clipboard
val
context
:
WebGLRenderingContext
index
Count
Link copied to clipboard
open
override
val
indexCount
:
Int
type
Link copied to clipboard
open
override
val
type
:
IndexType
Functions
bind
Link copied to clipboard
fun
bind
(
)
destroy
Link copied to clipboard
open
override
fun
destroy
(
)
unbind
Link copied to clipboard
fun
unbind
(
)