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
/
DriverGL3
/
Capabilities
Capabilities
data
class
Capabilities
(
val
programUniform
:
Boolean
,
val
textureStorage
:
Boolean
,
val
compute
:
Boolean
)
(
source
)
Members
Constructors
Capabilities
Link copied to clipboard
constructor
(
programUniform
:
Boolean
,
textureStorage
:
Boolean
,
compute
:
Boolean
)
Properties
compute
Link copied to clipboard
val
compute
:
Boolean
program
Uniform
Link copied to clipboard
val
programUniform
:
Boolean
texture
Storage
Link copied to clipboard
val
textureStorage
:
Boolean