Documentation / device / GPUResourceUsageFlags
Enumeration: GPUResourceUsageFlags
Defined in: libs/device/src/gpuobject.ts:739
The gpu resource usage flags
Enumeration Members
TF_LINEAR_COLOR_SPACE
TF_LINEAR_COLOR_SPACE:
2
Defined in: libs/device/src/gpuobject.ts:740
TF_NO_MIPMAP
TF_NO_MIPMAP:
4
Defined in: libs/device/src/gpuobject.ts:741
TF_WRITABLE
TF_WRITABLE:
8
Defined in: libs/device/src/gpuobject.ts:742
TF_NO_GC
TF_NO_GC:
16
Defined in: libs/device/src/gpuobject.ts:743
BF_VERTEX
BF_VERTEX:
32
Defined in: libs/device/src/gpuobject.ts:744
BF_INDEX
BF_INDEX:
64
Defined in: libs/device/src/gpuobject.ts:745
BF_READ
BF_READ:
128
Defined in: libs/device/src/gpuobject.ts:746
BF_WRITE
BF_WRITE:
256
Defined in: libs/device/src/gpuobject.ts:747
BF_UNIFORM
BF_UNIFORM:
512
Defined in: libs/device/src/gpuobject.ts:748
BF_STORAGE
BF_STORAGE:
1024
Defined in: libs/device/src/gpuobject.ts:749
BF_PACK_PIXEL
BF_PACK_PIXEL:
2048
Defined in: libs/device/src/gpuobject.ts:750
BF_UNPACK_PIXEL
BF_UNPACK_PIXEL:
4096
Defined in: libs/device/src/gpuobject.ts:751
DYNAMIC
DYNAMIC:
8192
Defined in: libs/device/src/gpuobject.ts:752
MANAGED
MANAGED:
16384
Defined in: libs/device/src/gpuobject.ts:753
BF_INDIRECT
BF_INDIRECT:
32768
Defined in: libs/device/src/gpuobject.ts:754