Skip to content

KDGpu::AdapterOptions

Module: Public API

Holds option fields used for Adapter creation.

#include <KDGpu/adapter.h>

Public Attributes

Name
std::vector< std::string > layers
std::vector< std::string > extensions

Public Attributes Documentation

variable layers

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

variable extensions

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

Updated on 2024-08-28 at 00:05:07 +0000