Module surface

Structs§

GPUResource
GPUResource is a resource that must be deployed to the GPU.
Resource
Represents the base class for all resources. This base class contains information related to the type of the resource and the loading status of the resource data. The actual resource data is specific to the sub-classes.
Surface
Surfaces provide images for Framebuffers where to render to.

Enums§

GPUResourceMemoryType
Legacy version of enum “kanzi.GPUResource.MemoryType”. Memory upload and RAM preservation strategy for GPU resources.