#include <Context1Vk.h>
|
VkPhysicalDeviceMaintenance3Properties | maintenance3 { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES } |
|
VkPhysicalDeviceIDProperties | deviceID { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ID_PROPERTIES } |
|
VkPhysicalDeviceMultiviewProperties | multiview { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PROPERTIES } |
|
VkPhysicalDeviceProtectedMemoryProperties | protectedMemory { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROTECTED_MEMORY_PROPERTIES } |
|
VkPhysicalDevicePointClippingProperties | pointClipping { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_POINT_CLIPPING_PROPERTIES } |
|
VkPhysicalDeviceSubgroupProperties | subgroup { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_PROPERTIES } |
|
Definition at line 154 of file Context1Vk.h.
◆ Properties11Old()
VulkanFeatures::Properties11Old::Properties11Old |
( |
| ) |
|
|
inline |
Definition at line 163 of file Context1Vk.h.
164 {
171 }
VkPhysicalDeviceSubgroupProperties subgroup
VkPhysicalDeviceMultiviewProperties multiview
VkPhysicalDeviceMaintenance3Properties maintenance3
VkPhysicalDevicePointClippingProperties pointClipping
VkPhysicalDeviceProtectedMemoryProperties protectedMemory
VkPhysicalDeviceIDProperties deviceID
◆ write()
void VulkanFeatures::Properties11Old::write |
( |
VkPhysicalDeviceVulkan11Properties & |
properties11 | ) |
|
|
inline |
Definition at line 173 of file Context1Vk.h.
174 {
190 }
VkPhysicalDeviceVulkan11Properties properties11
◆ deviceID
VkPhysicalDeviceIDProperties VulkanFeatures::Properties11Old::deviceID { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ID_PROPERTIES } |
◆ maintenance3
VkPhysicalDeviceMaintenance3Properties VulkanFeatures::Properties11Old::maintenance3 { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES } |
◆ multiview
VkPhysicalDeviceMultiviewProperties VulkanFeatures::Properties11Old::multiview { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PROPERTIES } |
◆ pointClipping
VkPhysicalDevicePointClippingProperties VulkanFeatures::Properties11Old::pointClipping { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_POINT_CLIPPING_PROPERTIES } |
◆ protectedMemory
VkPhysicalDeviceProtectedMemoryProperties VulkanFeatures::Properties11Old::protectedMemory { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROTECTED_MEMORY_PROPERTIES } |
◆ subgroup
VkPhysicalDeviceSubgroupProperties VulkanFeatures::Properties11Old::subgroup { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_PROPERTIES } |
The documentation for this struct was generated from the following file: