openrndr
Toggle table of contents
0.5.0-dev.24+7dd2530
web
Target filter
web
Switch theme
Search in API
Skip to content
openrndr
openrndr-webgl
/
org.openrndr.webgl
/
IndexBufferWebGL
Index
Buffer
Web
GL
web
class
IndexBufferWebGL
(
val
context
:
WebGL2RenderingContext
,
val
buffer
:
WebGLBuffer
,
val
type
:
IndexType
,
val
indexCount
:
Int
,
val
session
:
Session
?
)
:
IndexBuffer
(
source
)
Members
Constructors
Index
Buffer
Web
GL
Link copied to clipboard
web
constructor
(
context
:
WebGL2RenderingContext
,
buffer
:
WebGLBuffer
,
type
:
IndexType
,
indexCount
:
Int
,
session
:
Session
?
)
Types
Companion
Link copied to clipboard
web
object
Companion
Properties
buffer
Link copied to clipboard
web
val
buffer
:
WebGLBuffer
context
Link copied to clipboard
web
val
context
:
WebGL2RenderingContext
index
Count
Link copied to clipboard
web
open
override
val
indexCount
:
Int
session
Link copied to clipboard
web
open
override
val
session
:
Session
?
type
Link copied to clipboard
web
open
override
val
type
:
IndexType
Functions
bind
Link copied to clipboard
web
fun
bind
(
)
close
Link copied to clipboard
web
open
override
fun
close
(
)
destroy
Link copied to clipboard
web
open
override
fun
destroy
(
)
unbind
Link copied to clipboard
web
fun
unbind
(
)