forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
15
Kha/Sources/kha/graphics4/DepthStencilFormat.hx
Normal file
15
Kha/Sources/kha/graphics4/DepthStencilFormat.hx
Normal file
@ -0,0 +1,15 @@
|
||||
package kha.graphics4;
|
||||
|
||||
enum abstract DepthStencilFormat(Int) to Int {
|
||||
var NoDepthAndStencil = 0;
|
||||
var DepthOnly = 1;
|
||||
var DepthAutoStencilAuto = 2;
|
||||
// This is platform specific, use with care!
|
||||
var Depth24Stencil8 = 3;
|
||||
var Depth32Stencil8 = 4;
|
||||
var Depth16 = 5;
|
||||
// var StencilOnlyIndex1 = 5;
|
||||
// var StencilOnlyIndex4 = 6;
|
||||
// var StencilOnlyIndex8 = 7;
|
||||
// var StencilOnlyIndex16 = 8;
|
||||
}
|
Reference in New Issue
Block a user