Add logs of physical devices
This commit is contained in:
parent
06cc558baf
commit
56ad167b0f
5 changed files with 12 additions and 4 deletions
|
@ -3,9 +3,9 @@ use ash::vk;
|
|||
pub struct VkPhysicalDevice {
|
||||
// Vulkan properties
|
||||
handle: vk::PhysicalDevice,
|
||||
properties: vk::PhysicalDeviceProperties,
|
||||
features: vk::PhysicalDeviceFeatures,
|
||||
queue_family_properties: Vec<vk::QueueFamilyProperties>,
|
||||
pub properties: vk::PhysicalDeviceProperties,
|
||||
pub features: vk::PhysicalDeviceFeatures,
|
||||
pub queue_family_properties: Vec<vk::QueueFamilyProperties>,
|
||||
}
|
||||
|
||||
impl VkPhysicalDevice {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue