docs
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
docs
graphics
/
dev.mtctx.foresst.graphics.gl
Package-level
declarations
Types
Types
GLData
Type
Link copied to clipboard
enum
GLDataType
:
Enum
<
GLDataType
>
GLShader
Link copied to clipboard
class
GLShader
(
modules
:
List
<
GLShader.ShaderModule
>
)
:
Renderable
GLShader
Type
Link copied to clipboard
enum
GLShaderType
:
Enum
<
GLShaderType
>
GLVertex
Array
Link copied to clipboard
class
GLVertexArray
(
indexBuffer
:
GLIndexBuffer
?
=
null
,
mode
:
Int
=
GL_TRIANGLES
)
:
Renderable