openrndr
Toggle table of contents
0.4.5-dev.17.uncommitted+81afe70
jvm
Platform filter
jvm
Switch theme
Search in API
openrndr
openrndr-gl3
/
org.openrndr.internal.gl3
/
IndexBufferGL3
Index
Buffer
GL3
class
IndexBufferGL3
(
val
buffer
:
Int
,
val
indexCount
:
Int
,
val
type
:
IndexType
)
:
IndexBuffer
(
source
)
Members
Constructors
Index
Buffer
GL3
Link copied to clipboard
constructor
(
buffer
:
Int
,
indexCount
:
Int
,
type
:
IndexType
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
buffer
Link copied to clipboard
val
buffer
:
Int
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
(
)
read
Link copied to clipboard
open
override
fun
read
(
data
:
ByteBuffer
,
offset
:
Int
)
unbind
Link copied to clipboard
fun
unbind
(
)
write
Link copied to clipboard
open
override
fun
write
(
data
:
ByteBuffer
,
offset
:
Int
)