|
SDL3pp
A slim C++ wrapper for SDL3
|
Properties for GPUDevice creation and information. More...
Namespaces | |
| namespace | Create |
| Properties for GPUDevice creation. | |
Variables | |
| constexpr auto | NAME_STRING |
| String for name. | |
| constexpr auto | DRIVER_NAME_STRING |
| String for driver name. | |
| constexpr auto | DRIVER_VERSION_STRING |
| String for driver version. | |
| constexpr auto | DRIVER_INFO_STRING |
| String for driver info. | |
Properties for GPUDevice creation and information.
The properties in namespace Create:: can be used in the properties object passed to CreateGPUDeviceWithProperties to specify the desired GPU device and driver features, while the remainder can be queried from an existing GPU device via GPUDevice.GetProperties.
|
constexpr |
String for driver info.
|
constexpr |
String for driver name.
|
constexpr |
String for driver version.
|
constexpr |
String for name.