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
/
DriverWebGL
/
ShaderVertexDescription
Shader
Vertex
Description
web
data
class
ShaderVertexDescription
(
val
shader
:
Int
,
val
vertexBuffers
:
IntArray
,
val
instanceAttributeBuffers
:
IntArray
)
(
source
)
Members
Constructors
Shader
Vertex
Description
Link copied to clipboard
web
constructor
(
shader
:
Int
,
vertexBuffers
:
IntArray
,
instanceAttributeBuffers
:
IntArray
)
Properties
instance
Attribute
Buffers
Link copied to clipboard
web
val
instanceAttributeBuffers
:
IntArray
shader
Link copied to clipboard
web
val
shader
:
Int
vertex
Buffers
Link copied to clipboard
web
val
vertexBuffers
:
IntArray
Functions
equals
Link copied to clipboard
web
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
web
open
override
fun
hashCode
(
)
:
Int