Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkStencilOpState |
Public Attributes | |
vk::StencilOp | failOp = vk::StencilOp::eKeep |
vk::StencilOp | passOp = vk::StencilOp::eKeep |
vk::StencilOp | depthFailOp = vk::StencilOp::eKeep |
vk::CompareOp | compareOp = vk::CompareOp::eNever |
uint32_t | compareMask = {} |
uint32_t | writeMask = {} |
uint32_t | reference = {} |
Definition at line 40755 of file vulkan_structs.hpp.
Definition at line 40757 of file vulkan_structs.hpp.
|
inline |
Definition at line 40760 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 40779 of file vulkan_structs.hpp.
|
inline |
Definition at line 40839 of file vulkan_structs.hpp.
|
inline |
Definition at line 40834 of file vulkan_structs.hpp.
|
inline |
Definition at line 40875 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 40784 of file vulkan_structs.hpp.
|
inline |
Definition at line 40865 of file vulkan_structs.hpp.
|
inline |
Definition at line 40815 of file vulkan_structs.hpp.
|
inline |
Definition at line 40809 of file vulkan_structs.hpp.
|
inline |
Definition at line 40803 of file vulkan_structs.hpp.
|
inline |
Definition at line 40791 of file vulkan_structs.hpp.
|
inline |
Definition at line 40797 of file vulkan_structs.hpp.
|
inline |
Definition at line 40827 of file vulkan_structs.hpp.
|
inline |
Definition at line 40821 of file vulkan_structs.hpp.
uint32_t vk::StencilOpState::compareMask = {} |
Definition at line 40886 of file vulkan_structs.hpp.
vk::CompareOp vk::StencilOpState::compareOp = vk::CompareOp::eNever |
Definition at line 40885 of file vulkan_structs.hpp.
vk::StencilOp vk::StencilOpState::depthFailOp = vk::StencilOp::eKeep |
Definition at line 40884 of file vulkan_structs.hpp.
vk::StencilOp vk::StencilOpState::failOp = vk::StencilOp::eKeep |
Definition at line 40882 of file vulkan_structs.hpp.
vk::StencilOp vk::StencilOpState::passOp = vk::StencilOp::eKeep |
Definition at line 40883 of file vulkan_structs.hpp.
uint32_t vk::StencilOpState::reference = {} |
Definition at line 40888 of file vulkan_structs.hpp.
uint32_t vk::StencilOpState::writeMask = {} |
Definition at line 40887 of file vulkan_structs.hpp.