7 lines
77 B
Haxe
7 lines
77 B
Haxe
|
package kha.graphics4;
|
||
|
|
||
|
enum StencilValue {
|
||
|
Dynamic;
|
||
|
Static(value: Int);
|
||
|
}
|