littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.shader
/
ShaderModel
Shader
Model
open
class
ShaderModel
Constructors
Functions
Constructors
Shader
Model
Link copied to clipboard
fun
ShaderModel
(
)
Functions
fragment
Link copied to clipboard
inline
fun
fragment
(
crossinline
src
:
FragmentShaderModel
.
(
)
->
Unit
)
:
FragmentShaderModel
vertex
Link copied to clipboard
inline
fun
vertex
(
crossinline
src
:
VertexShaderModel
.
(
)
->
Unit
)
:
VertexShaderModel