|
ReactOS 0.4.17-dev-934-g091855f
|
#include <vulkan.h>

Public Attributes | |
| VkStencilOp | failOp |
| VkStencilOp | passOp |
| VkStencilOp | depthFailOp |
| VkCompareOp | compareOp |
| uint32_t | compareMask |
| uint32_t | writeMask |
| uint32_t | reference |
| uint32_t VkStencilOpState::compareMask |
Definition at line 14128 of file vulkan.h.
Referenced by vk_stencil_op_state_from_d3d12().
| VkCompareOp VkStencilOpState::compareOp |
Definition at line 14127 of file vulkan.h.
Referenced by vk_stencil_op_state_from_d3d12().
| VkStencilOp VkStencilOpState::depthFailOp |
Definition at line 14126 of file vulkan.h.
Referenced by vk_stencil_op_state_from_d3d12().
| VkStencilOp VkStencilOpState::failOp |
Definition at line 14124 of file vulkan.h.
Referenced by vk_stencil_op_state_from_d3d12().
| VkStencilOp VkStencilOpState::passOp |
Definition at line 14125 of file vulkan.h.
Referenced by vk_stencil_op_state_from_d3d12().
| uint32_t VkStencilOpState::reference |
Definition at line 14130 of file vulkan.h.
Referenced by vk_stencil_op_state_from_d3d12().
| uint32_t VkStencilOpState::writeMask |
Definition at line 14129 of file vulkan.h.
Referenced by d3d12_graphics_pipeline_state_create_render_pass(), and vk_stencil_op_state_from_d3d12().