Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkPhysicalDeviceDepthStencilResolveProperties |
Public Attributes | |
vk::StructureType | sType = StructureType::ePhysicalDeviceDepthStencilResolveProperties |
void * | pNext = {} |
vk::ResolveModeFlags | supportedDepthResolveModes = {} |
vk::ResolveModeFlags | supportedStencilResolveModes = {} |
vk::Bool32 | independentResolveNone = {} |
vk::Bool32 | independentResolve = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::ePhysicalDeviceDepthStencilResolveProperties |
Definition at line 60537 of file vulkan_structs.hpp.
using vk::PhysicalDeviceDepthStencilResolveProperties::NativeType = VkPhysicalDeviceDepthStencilResolveProperties |
Definition at line 60539 of file vulkan_structs.hpp.
|
inline |
Definition at line 60545 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 60560 of file vulkan_structs.hpp.
|
inline |
Definition at line 60579 of file vulkan_structs.hpp.
|
inline |
Definition at line 60574 of file vulkan_structs.hpp.
|
inline |
Definition at line 60615 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 60568 of file vulkan_structs.hpp.
|
inline |
Definition at line 60604 of file vulkan_structs.hpp.
|
static |
Definition at line 60541 of file vulkan_structs.hpp.
vk::Bool32 vk::PhysicalDeviceDepthStencilResolveProperties::independentResolve = {} |
Definition at line 60627 of file vulkan_structs.hpp.
vk::Bool32 vk::PhysicalDeviceDepthStencilResolveProperties::independentResolveNone = {} |
Definition at line 60626 of file vulkan_structs.hpp.
void* vk::PhysicalDeviceDepthStencilResolveProperties::pNext = {} |
Definition at line 60623 of file vulkan_structs.hpp.
|
static |
Definition at line 60542 of file vulkan_structs.hpp.
vk::StructureType vk::PhysicalDeviceDepthStencilResolveProperties::sType = StructureType::ePhysicalDeviceDepthStencilResolveProperties |
Definition at line 60622 of file vulkan_structs.hpp.
vk::ResolveModeFlags vk::PhysicalDeviceDepthStencilResolveProperties::supportedDepthResolveModes = {} |
Definition at line 60624 of file vulkan_structs.hpp.
vk::ResolveModeFlags vk::PhysicalDeviceDepthStencilResolveProperties::supportedStencilResolveModes = {} |
Definition at line 60625 of file vulkan_structs.hpp.