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