Vulkan-Hpp
VkPhysicalDeviceDepthStencilResolveProperties Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
void * pNext
 
VkResolveModeFlags supportedDepthResolveModes
 
VkResolveModeFlags supportedStencilResolveModes
 
VkBool32 independentResolveNone
 
VkBool32 independentResolve
 

Detailed Description

Definition at line 6202 of file vulkan_core.h.

Member Data Documentation

◆ independentResolve

VkBool32 VkPhysicalDeviceDepthStencilResolveProperties::independentResolve

Definition at line 6208 of file vulkan_core.h.

◆ independentResolveNone

VkBool32 VkPhysicalDeviceDepthStencilResolveProperties::independentResolveNone

Definition at line 6207 of file vulkan_core.h.

◆ pNext

void* VkPhysicalDeviceDepthStencilResolveProperties::pNext

Definition at line 6204 of file vulkan_core.h.

◆ sType

VkStructureType VkPhysicalDeviceDepthStencilResolveProperties::sType

Definition at line 6203 of file vulkan_core.h.

◆ supportedDepthResolveModes

VkResolveModeFlags VkPhysicalDeviceDepthStencilResolveProperties::supportedDepthResolveModes

Definition at line 6205 of file vulkan_core.h.

◆ supportedStencilResolveModes

VkResolveModeFlags VkPhysicalDeviceDepthStencilResolveProperties::supportedStencilResolveModes

Definition at line 6206 of file vulkan_core.h.


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