SDL 2.0
|
#include <vulkan.hpp>
Data Fields | |
const void * | pNext = nullptr |
PipelineDepthStencilStateCreateFlags | flags |
Bool32 | depthTestEnable |
Bool32 | depthWriteEnable |
CompareOp | depthCompareOp |
Bool32 | depthBoundsTestEnable |
Bool32 | stencilTestEnable |
StencilOpState | front |
StencilOpState | back |
float | minDepthBounds |
float | maxDepthBounds |
Private Attributes | |
StructureType | sType = StructureType::ePipelineDepthStencilStateCreateInfo |
Definition at line 10880 of file vulkan.hpp.
|
inline |
Definition at line 10882 of file vulkan.hpp.
|
inline |
Definition at line 10905 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 10986 of file vulkan.hpp.
|
inline |
Definition at line 10981 of file vulkan.hpp.
|
inline |
Definition at line 11007 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 10991 of file vulkan.hpp.
References back, depthBoundsTestEnable, depthCompareOp, depthTestEnable, depthWriteEnable, flags, front, maxDepthBounds, minDepthBounds, pNext, stencilTestEnable, and sType.
Referenced by operator!=().
|
inline |
Definition at line 10963 of file vulkan.hpp.
References back.
|
inline |
Definition at line 10945 of file vulkan.hpp.
References depthBoundsTestEnable.
|
inline |
Definition at line 10939 of file vulkan.hpp.
References depthCompareOp.
|
inline |
Definition at line 10927 of file vulkan.hpp.
References depthTestEnable.
|
inline |
Definition at line 10933 of file vulkan.hpp.
References depthWriteEnable.
|
inline |
Definition at line 10921 of file vulkan.hpp.
|
inline |
Definition at line 10957 of file vulkan.hpp.
References front.
|
inline |
Definition at line 10975 of file vulkan.hpp.
References maxDepthBounds.
|
inline |
Definition at line 10969 of file vulkan.hpp.
References minDepthBounds.
|
inline |
Definition at line 10915 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 10951 of file vulkan.hpp.
References stencilTestEnable.
StencilOpState VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::back |
Definition at line 11024 of file vulkan.hpp.
Referenced by operator==(), and setBack().
Bool32 VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::depthBoundsTestEnable |
Definition at line 11021 of file vulkan.hpp.
Referenced by operator==(), and setDepthBoundsTestEnable().
CompareOp VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::depthCompareOp |
Definition at line 11020 of file vulkan.hpp.
Referenced by operator==(), and setDepthCompareOp().
Bool32 VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::depthTestEnable |
Definition at line 11018 of file vulkan.hpp.
Referenced by operator==(), and setDepthTestEnable().
Bool32 VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::depthWriteEnable |
Definition at line 11019 of file vulkan.hpp.
Referenced by operator==(), and setDepthWriteEnable().
PipelineDepthStencilStateCreateFlags VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::flags |
Definition at line 11017 of file vulkan.hpp.
Referenced by operator==().
StencilOpState VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::front |
Definition at line 11023 of file vulkan.hpp.
Referenced by operator==(), and setFront().
float VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::maxDepthBounds |
Definition at line 11026 of file vulkan.hpp.
Referenced by operator==(), and setMaxDepthBounds().
float VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::minDepthBounds |
Definition at line 11025 of file vulkan.hpp.
Referenced by operator==(), and setMinDepthBounds().
const void* VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::pNext = nullptr |
Definition at line 11016 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
Bool32 VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::stencilTestEnable |
Definition at line 11022 of file vulkan.hpp.
Referenced by operator==(), and setStencilTestEnable().
|
private |
Definition at line 11013 of file vulkan.hpp.
Referenced by operator==().