Blamite Game Engine - blam!  00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
device_info_group Struct Reference

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...
 

Detailed Description

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.

Member Data Documentation

◆ device

VkPhysicalDevice device_info_group::device

The Vulkan physical device.

◆ device_index

int device_info_group::device_index

The index representing the device.


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