littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.shader.generator
/
Instruction
Instruction
data
class
Instruction
(
val
type
:
InstructionType
,
var
result
:
String
=
""
)
Types
Constructors
Properties
Constructors
Instruction
Link copied to clipboard
fun
Instruction
(
type
:
InstructionType
,
result
:
String
=
""
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
result
Link copied to clipboard
var
result
:
String
type
Link copied to clipboard
val
type
:
InstructionType