GPUResourceMemoryTypeEnums
¶
Legacy version of enum "kanzi.GPUResource.MemoryType". Memory upload and RAM preservation strategy for GPU resources.
GpuOnly¶ | Data will be uploaded to the GPU and destroyed locally (default). |
GpuAndRam¶ | Data will remain in memory after being uploaded to the GPU. |
RamOnly¶ | Data will not be uploaded to GPU and will be sent from RAM whenever needed. NOTE: This is not always possible, in which case the behavior equals GpuAndRam. |