forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
11
Kha/Sources/kha/graphics4/TextureFormat.hx
Normal file
11
Kha/Sources/kha/graphics4/TextureFormat.hx
Normal file
@ -0,0 +1,11 @@
|
||||
package kha.graphics4;
|
||||
|
||||
enum abstract TextureFormat(Int) to Int {
|
||||
var RGBA32 = 0;
|
||||
var L8 = 1;
|
||||
var RGBA128 = 2; // Floats
|
||||
var DEPTH16 = 3;
|
||||
var RGBA64 = 4; // Half floats
|
||||
var A32 = 5; // Float
|
||||
var A16 = 6; // Half float
|
||||
}
|
Reference in New Issue
Block a user