Documentation / device / GPUResourceUsageFlags
Enumeration: GPUResourceUsageFlags
Defined in: libs/device/src/gpuobject.ts:731
The gpu resource usage flags
Enumeration Members
TF_LINEAR_COLOR_SPACE
TF_LINEAR_COLOR_SPACE:
2
Defined in: libs/device/src/gpuobject.ts:732
TF_NO_MIPMAP
TF_NO_MIPMAP:
4
Defined in: libs/device/src/gpuobject.ts:733
TF_WRITABLE
TF_WRITABLE:
8
Defined in: libs/device/src/gpuobject.ts:734
TF_NO_GC
TF_NO_GC:
16
Defined in: libs/device/src/gpuobject.ts:735
BF_VERTEX
BF_VERTEX:
32
Defined in: libs/device/src/gpuobject.ts:736
BF_INDEX
BF_INDEX:
64
Defined in: libs/device/src/gpuobject.ts:737
BF_READ
BF_READ:
128
Defined in: libs/device/src/gpuobject.ts:738
BF_WRITE
BF_WRITE:
256
Defined in: libs/device/src/gpuobject.ts:739
BF_UNIFORM
BF_UNIFORM:
512
Defined in: libs/device/src/gpuobject.ts:740
BF_STORAGE
BF_STORAGE:
1024
Defined in: libs/device/src/gpuobject.ts:741
BF_PACK_PIXEL
BF_PACK_PIXEL:
2048
Defined in: libs/device/src/gpuobject.ts:742
BF_UNPACK_PIXEL
BF_UNPACK_PIXEL:
4096
Defined in: libs/device/src/gpuobject.ts:743
DYNAMIC
DYNAMIC:
8192
Defined in: libs/device/src/gpuobject.ts:744
MANAGED
MANAGED:
16384
Defined in: libs/device/src/gpuobject.ts:745