LNXSDK/Kha/Sources/kha/graphics4/StencilValue.hx

7 lines
77 B
Haxe
Raw Normal View History

2025-01-22 16:18:30 +01:00
package kha.graphics4;
enum StencilValue {
Dynamic;
Static(value: Int);
}