docs
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
docs
graphics
/
dev.mtctx.foresst.graphics.gl
/
GLShader
/
ShaderModule
Shader
Module
data
class
ShaderModule
(
val
res
:
Resource
,
val
shaderType
:
GLShaderType
,
val
name
:
String
?
=
null
)
(
source
)
Members
Constructors
Shader
Module
Link copied to clipboard
constructor
(
res
:
Resource
,
shaderType
:
GLShaderType
,
name
:
String
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
String
?
res
Link copied to clipboard
val
res
:
Resource
shader
Type
Link copied to clipboard
val
shaderType
:
GLShaderType