ReactOS 0.4.17-dev-934-g091855f
VkStencilOpState Struct Reference

#include <vulkan.h>

Collaboration diagram for VkStencilOpState:

Public Attributes

VkStencilOp failOp
 
VkStencilOp passOp
 
VkStencilOp depthFailOp
 
VkCompareOp compareOp
 
uint32_t compareMask
 
uint32_t writeMask
 
uint32_t reference
 

Detailed Description

Definition at line 14122 of file vulkan.h.

Member Data Documentation

◆ compareMask

uint32_t VkStencilOpState::compareMask

Definition at line 14128 of file vulkan.h.

Referenced by vk_stencil_op_state_from_d3d12().

◆ compareOp

VkCompareOp VkStencilOpState::compareOp

Definition at line 14127 of file vulkan.h.

Referenced by vk_stencil_op_state_from_d3d12().

◆ depthFailOp

VkStencilOp VkStencilOpState::depthFailOp

Definition at line 14126 of file vulkan.h.

Referenced by vk_stencil_op_state_from_d3d12().

◆ failOp

VkStencilOp VkStencilOpState::failOp

Definition at line 14124 of file vulkan.h.

Referenced by vk_stencil_op_state_from_d3d12().

◆ passOp

VkStencilOp VkStencilOpState::passOp

Definition at line 14125 of file vulkan.h.

Referenced by vk_stencil_op_state_from_d3d12().

◆ reference

uint32_t VkStencilOpState::reference

Definition at line 14130 of file vulkan.h.

Referenced by vk_stencil_op_state_from_d3d12().

◆ writeMask

uint32_t VkStencilOpState::writeMask

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