![]() |
Blamite Game Engine - blam!
00310.02.05.21.0336.blamite
The core library for the Blamite Game Engine.
|
Structure to store a Vulkan physical device and the index representing it. More...
Public Attributes | |
int | device_index |
The index representing the device. More... | |
VkPhysicalDevice | device |
The Vulkan physical device. More... | |
Structure to store a Vulkan physical device and the index representing it.
This data structure is used when the engine is instructed to select the best possible graphics device.
VkPhysicalDevice device_info_group::device |
The Vulkan physical device.
int device_info_group::device_index |
The index representing the device.