forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
6
Kha/Sources/kha/graphics4/StencilValue.hx
Normal file
6
Kha/Sources/kha/graphics4/StencilValue.hx
Normal file
@ -0,0 +1,6 @@
|
||||
package kha.graphics4;
|
||||
|
||||
enum StencilValue {
|
||||
Dynamic;
|
||||
Static(value: Int);
|
||||
}
|
Reference in New Issue
Block a user