Skip to content

KDGpu::DeviceOptions

#include <device_options.h>

Public Attributes

Name
std::string_view label
uint32_t apiVersion
std::vector< std::string > layers
std::vector< std::string > extensions
std::vector< QueueRequest > queues
AdapterFeatures requestedFeatures
AdapterGroup adapterGroup

Public Attributes Documentation

variable label

1
std::string_view label;

variable apiVersion

1
uint32_t apiVersion { KDGPU_MAKE_API_VERSION(0, 1, 2, 0) };

variable layers

1
std::vector< std::string > layers;

variable extensions

1
std::vector< std::string > extensions;

variable queues

1
std::vector< QueueRequest > queues;

variable requestedFeatures

1
AdapterFeatures requestedFeatures;

variable adapterGroup

1
AdapterGroup adapterGroup;

Updated on 2024-09-10 at 00:01:36 +0000