Kanzi Graphics Engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
KzuGPUResource Struct Reference

GPU resource is a subtype of resource, which can be deployed to GPU. More...

#include <kzu_gpu_resource.h>

Data Fields

struct KzuResource resource
 Inherited from KzuResource. More...
 
enum
KzuGPUResourceDeploymentStrategy 
deploymentStrategy
 Deployment straget controls when the resource is deployed to the GPU and undeployed. More...
 
enum KzuGPUResourceDeployState deployState
 State of deployment for GPU resource. More...
 

Detailed Description

GPU resource is a subtype of resource, which can be deployed to GPU.

Field Documentation

struct KzuResource KzuGPUResource::resource

Inherited from KzuResource.

enum KzuGPUResourceDeploymentStrategy KzuGPUResource::deploymentStrategy

Deployment straget controls when the resource is deployed to the GPU and undeployed.

enum KzuGPUResourceDeployState KzuGPUResource::deployState

State of deployment for GPU resource.


The documentation for this struct was generated from the following file: