forked from koniifer/ableos
16 lines
361 B
Plaintext
16 lines
361 B
Plaintext
|
// the 0- thing is scuffed
|
||
|
|
||
|
OutOfHostMemory := 0 - 1
|
||
|
OutOfDeviceMemory := 0 - 2
|
||
|
InitializationFailed := 0 - 3
|
||
|
DeviceLost := 0 - 4
|
||
|
MemoryMapFailed := 0 - 5
|
||
|
|
||
|
LayerNotPresent := 0 - 6
|
||
|
ExtensionNotPresent := 0 - 7
|
||
|
FeatureNotPresent := 0 - 8
|
||
|
IncompatibleDriver := 0 - 9
|
||
|
TooManyObjects := 0 - 10
|
||
|
FormatNotSupported := 0 - 11
|
||
|
FragmentedPool := 0 - 12
|
||
|
Unknown := 0 - 13
|