ReactOS 0.4.17-dev-934-g091855f
VkPhysicalDeviceDepthStencilResolveProperties Struct Reference

#include <vulkan.h>

Collaboration diagram for VkPhysicalDeviceDepthStencilResolveProperties:

Public Attributes

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

Detailed Description

Definition at line 10186 of file vulkan.h.

Member Data Documentation

◆ independentResolve

VkBool32 VkPhysicalDeviceDepthStencilResolveProperties::independentResolve

Definition at line 10193 of file vulkan.h.

◆ independentResolveNone

VkBool32 VkPhysicalDeviceDepthStencilResolveProperties::independentResolveNone

Definition at line 10192 of file vulkan.h.

◆ pNext

void* VkPhysicalDeviceDepthStencilResolveProperties::pNext

Definition at line 10189 of file vulkan.h.

◆ sType

VkStructureType VkPhysicalDeviceDepthStencilResolveProperties::sType

Definition at line 10188 of file vulkan.h.

◆ supportedDepthResolveModes

VkResolveModeFlags VkPhysicalDeviceDepthStencilResolveProperties::supportedDepthResolveModes

Definition at line 10190 of file vulkan.h.

◆ supportedStencilResolveModes

VkResolveModeFlags VkPhysicalDeviceDepthStencilResolveProperties::supportedStencilResolveModes

Definition at line 10191 of file vulkan.h.


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