SDL  2.0
VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo Struct Reference

#include <vulkan.hpp>

+ Collaboration diagram for VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo:

Public Member Functions

VULKAN_HPP_CONSTEXPR PipelineDepthStencilStateCreateInfo (VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateFlags flags_={}, VULKAN_HPP_NAMESPACE::Bool32 depthTestEnable_={}, VULKAN_HPP_NAMESPACE::Bool32 depthWriteEnable_={}, VULKAN_HPP_NAMESPACE::CompareOp depthCompareOp_=VULKAN_HPP_NAMESPACE::CompareOp::eNever, VULKAN_HPP_NAMESPACE::Bool32 depthBoundsTestEnable_={}, VULKAN_HPP_NAMESPACE::Bool32 stencilTestEnable_={}, VULKAN_HPP_NAMESPACE::StencilOpState front_={}, VULKAN_HPP_NAMESPACE::StencilOpState back_={}, float minDepthBounds_={}, float maxDepthBounds_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PipelineDepthStencilStateCreateInfo (PipelineDepthStencilStateCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PipelineDepthStencilStateCreateInfo (VkPipelineDepthStencilStateCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
PipelineDepthStencilStateCreateInfooperator= (VkPipelineDepthStencilStateCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
PipelineDepthStencilStateCreateInfooperator= (PipelineDepthStencilStateCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
PipelineDepthStencilStateCreateInfosetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
PipelineDepthStencilStateCreateInfosetFlags (VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateFlags flags_) VULKAN_HPP_NOEXCEPT
 
PipelineDepthStencilStateCreateInfosetDepthTestEnable (VULKAN_HPP_NAMESPACE::Bool32 depthTestEnable_) VULKAN_HPP_NOEXCEPT
 
PipelineDepthStencilStateCreateInfosetDepthWriteEnable (VULKAN_HPP_NAMESPACE::Bool32 depthWriteEnable_) VULKAN_HPP_NOEXCEPT
 
PipelineDepthStencilStateCreateInfosetDepthCompareOp (VULKAN_HPP_NAMESPACE::CompareOp depthCompareOp_) VULKAN_HPP_NOEXCEPT
 
PipelineDepthStencilStateCreateInfosetDepthBoundsTestEnable (VULKAN_HPP_NAMESPACE::Bool32 depthBoundsTestEnable_) VULKAN_HPP_NOEXCEPT
 
PipelineDepthStencilStateCreateInfosetStencilTestEnable (VULKAN_HPP_NAMESPACE::Bool32 stencilTestEnable_) VULKAN_HPP_NOEXCEPT
 
PipelineDepthStencilStateCreateInfosetFront (VULKAN_HPP_NAMESPACE::StencilOpState const &front_) VULKAN_HPP_NOEXCEPT
 
PipelineDepthStencilStateCreateInfosetBack (VULKAN_HPP_NAMESPACE::StencilOpState const &back_) VULKAN_HPP_NOEXCEPT
 
PipelineDepthStencilStateCreateInfosetMinDepthBounds (float minDepthBounds_) VULKAN_HPP_NOEXCEPT
 
PipelineDepthStencilStateCreateInfosetMaxDepthBounds (float maxDepthBounds_) VULKAN_HPP_NOEXCEPT
 
 operator VkPipelineDepthStencilStateCreateInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPipelineDepthStencilStateCreateInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PipelineDepthStencilStateCreateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PipelineDepthStencilStateCreateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Data Fields

const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePipelineDepthStencilStateCreateInfo
 
const voidpNext = {}
 
VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateFlags flags = {}
 
VULKAN_HPP_NAMESPACE::Bool32 depthTestEnable = {}
 
VULKAN_HPP_NAMESPACE::Bool32 depthWriteEnable = {}
 
VULKAN_HPP_NAMESPACE::CompareOp depthCompareOp = VULKAN_HPP_NAMESPACE::CompareOp::eNever
 
VULKAN_HPP_NAMESPACE::Bool32 depthBoundsTestEnable = {}
 
VULKAN_HPP_NAMESPACE::Bool32 stencilTestEnable = {}
 
VULKAN_HPP_NAMESPACE::StencilOpState front = {}
 
VULKAN_HPP_NAMESPACE::StencilOpState back = {}
 
float minDepthBounds = {}
 
float maxDepthBounds = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePipelineDepthStencilStateCreateInfo
 

Detailed Description

Definition at line 37402 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ PipelineDepthStencilStateCreateInfo() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::PipelineDepthStencilStateCreateInfo ( VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateFlags  flags_ = {},
VULKAN_HPP_NAMESPACE::Bool32  depthTestEnable_ = {},
VULKAN_HPP_NAMESPACE::Bool32  depthWriteEnable_ = {},
VULKAN_HPP_NAMESPACE::CompareOp  depthCompareOp_ = VULKAN_HPP_NAMESPACE::CompareOp::eNever,
VULKAN_HPP_NAMESPACE::Bool32  depthBoundsTestEnable_ = {},
VULKAN_HPP_NAMESPACE::Bool32  stencilTestEnable_ = {},
VULKAN_HPP_NAMESPACE::StencilOpState  front_ = {},
VULKAN_HPP_NAMESPACE::StencilOpState  back_ = {},
float  minDepthBounds_ = {},
float  maxDepthBounds_ = {} 
)
inline

Definition at line 37408 of file vulkan.hpp.

37408  {}, VULKAN_HPP_NAMESPACE::Bool32 depthTestEnable_ = {}, VULKAN_HPP_NAMESPACE::Bool32 depthWriteEnable_ = {}, VULKAN_HPP_NAMESPACE::CompareOp depthCompareOp_ = VULKAN_HPP_NAMESPACE::CompareOp::eNever, VULKAN_HPP_NAMESPACE::Bool32 depthBoundsTestEnable_ = {}, VULKAN_HPP_NAMESPACE::Bool32 stencilTestEnable_ = {}, VULKAN_HPP_NAMESPACE::StencilOpState front_ = {}, VULKAN_HPP_NAMESPACE::StencilOpState back_ = {}, float minDepthBounds_ = {}, float maxDepthBounds_ = {}) VULKAN_HPP_NOEXCEPT
37409  : flags( flags_ ), depthTestEnable( depthTestEnable_ ), depthWriteEnable( depthWriteEnable_ ), depthCompareOp( depthCompareOp_ ), depthBoundsTestEnable( depthBoundsTestEnable_ ), stencilTestEnable( stencilTestEnable_ ), front( front_ ), back( back_ ), minDepthBounds( minDepthBounds_ ), maxDepthBounds( maxDepthBounds_ )
37410  {}
set set set set set set set set set set set set set set set set set set set set *set set set macro pixldst op &r &cond WK op &r &cond WK op &r &cond WK else op &m &cond &ia op &r &cond WK else op &m &cond &ia elseif elseif else error unsupported base if elseif elseif else error unsupported unaligned pixldst unaligned endm macro pixst base base else pixldst base endif endm macro PF base if bpp PF set rept prefetch_distance PF set OFFSET endr endif endm macro preload_leading_step2 base if bpp ifc DST PF PF else if bpp lsl PF PF lsl PF PF lsl PF PF PF else PF lsl PF lsl PF lsl PF endif SIZE macro preload_middle scratch_holds_offset if bpp if else PF PF endif endif endif endm macro preload_trailing base if bpp if bpp *pix_per_block PF PF lsl PF PF PF PF PF else PF lsl PF lsl PF PF PF PF PF base if bpp if narrow_case &&bpp<=dst_w_bpp) PF bic, WK0, base, #31 PF pld,[WK0] PF add, WK1, base, X, LSL #bpp_shift PF sub, WK1, WK1, #1 PF bic, WK1, WK1, #31 PF cmp, WK1, WK0 PF beq, 90f PF pld,[WK1]90:.else PF bic, WK0, base, #31 PF pld,[WK0] PF add, WK1, base, X, lsl #bpp_shift PF sub, WK1, WK1, #1 PF bic, WK1, WK1, #31 PF cmp, WK1, WK0 PF beq, 92f91:PF add, WK0, WK0, #32 PF cmp, WK0, WK1 PF pld,[WK0] PF bne, 91b92:.endif .endif.endm.macro conditional_process1_helper cond, process_head, process_tail, numbytes, firstreg, unaligned_src, unaligned_mask, decrementx process_head cond, numbytes, firstreg, unaligned_src, unaligned_mask, 0 .if decrementx sub &cond X, X, #8 *numbytes/dst_w_bpp .endif process_tail cond, numbytes, firstreg .if !((flags) &FLAG_PROCESS_DOES_STORE) pixst cond, numbytes, firstreg, DST .endif.endm.macro conditional_process1 cond, process_head, process_tail, numbytes, firstreg, unaligned_src, unaligned_mask, decrementx .if(flags) &FLAG_BRANCH_OVER .ifc cond, mi bpl 100f .endif .ifc cond, cs bcc 100f .endif .ifc cond, ne beq 100f .endif conditional_process1_helper, process_head, process_tail, numbytes, firstreg, unaligned_src, unaligned_mask, decrementx100:.else conditional_process1_helper cond, process_head, process_tail, numbytes, firstreg, unaligned_src, unaligned_mask, decrementx .endif.endm.macro conditional_process2 test, cond1, cond2, process_head, process_tail, numbytes1, numbytes2, firstreg1, firstreg2, unaligned_src, unaligned_mask, decrementx .if(flags) &(FLAG_DST_READWRITE|FLAG_BRANCH_OVER|FLAG_PROCESS_CORRUPTS_PSR|FLAG_PROCESS_DOES_STORE) test conditional_process1 cond1, process_head, process_tail, numbytes1, firstreg1, unaligned_src, unaligned_mask, decrementx .if(flags) &FLAG_PROCESS_CORRUPTS_PSR test .endif conditional_process1 cond2, process_head, process_tail, numbytes2, firstreg2, unaligned_src, unaligned_mask, decrementx .else test process_head cond1, numbytes1, firstreg1, unaligned_src, unaligned_mask, 0 process_head cond2, numbytes2, firstreg2, unaligned_src, unaligned_mask, 0 .if decrementx sub &cond1 X, X, #8 *numbytes1/dst_w_bpp sub &cond2 X, X, #8 *numbytes2/dst_w_bpp .endif process_tail cond1, numbytes1, firstreg1 process_tail cond2, numbytes2, firstreg2 pixst cond1, numbytes1, firstreg1, DST pixst cond2, numbytes2, firstreg2, DST .endif.endm.macro test_bits_1_0_ptr .if(flags) &FLAG_PROCESS_CORRUPTS_WK0 movs SCRATCH, X, lsl #32-1 .else movs SCRATCH, WK0, lsl #32-1 .endif.endm.macro test_bits_3_2_ptr .if(flags) &FLAG_PROCESS_CORRUPTS_WK0 movs SCRATCH, X, lsl #32-3 .else movs SCRATCH, WK0, lsl #32-3 .endif.endm.macro leading_15bytes process_head, process_tail .set DECREMENT_X, 1 .if(flags) &FLAG_PROCESS_CORRUPTS_WK0 .set DECREMENT_X, 0 sub X, X, WK0, lsr #dst_bpp_shift str X,[sp, #LINE_SAVED_REG_COUNT *4] mov X, WK0 .endif .if dst_w_bpp==8 conditional_process2 test_bits_1_0_ptr, mi, cs, process_head, process_tail, 1, 2, 1, 2, 1, 1, DECREMENT_X .elseif dst_w_bpp==16 test_bits_1_0_ptr conditional_process1 cs, process_head, process_tail, 2, 2, 1, 1, DECREMENT_X .endif conditional_process2 test_bits_3_2_ptr, mi, cs, process_head, process_tail, 4, 8, 1, 2, 1, 1, DECREMENT_X .if(flags) &FLAG_PROCESS_CORRUPTS_WK0 ldr X,[sp, #LINE_SAVED_REG_COUNT *4] .endif.endm.macro test_bits_3_2_pix movs SCRATCH, X, lsl #dst_bpp_shift+32-3.endm.macro test_bits_1_0_pix .if dst_w_bpp==8 movs SCRATCH, X, lsl #dst_bpp_shift+32-1 .else movs SCRATCH, X, lsr #1 .endif.endm.macro trailing_15bytes process_head, process_tail, unaligned_src, unaligned_mask conditional_process2 test_bits_3_2_pix, cs, mi, process_head, process_tail, 8, 4, 0, 2, unaligned_src, unaligned_mask, 0 .if dst_w_bpp==16 test_bits_1_0_pix conditional_process1 cs, process_head, process_tail, 2, 0, unaligned_src, unaligned_mask, 0 .elseif dst_w_bpp==8 conditional_process2 test_bits_1_0_pix, cs, mi, process_head, process_tail, 2, 1, 0, 1, unaligned_src, unaligned_mask, 0 .endif.endm.macro wide_case_inner_loop process_head, process_tail, unaligned_src, unaligned_mask, dst_alignment110:.set SUBBLOCK, 0 .rept pix_per_block *dst_w_bpp/128 process_head, 16, 0, unaligned_src, unaligned_mask, 1 .if(src_bpp > 0) &&(mask_bpp==0) &&((flags) &FLAG_PROCESS_PRESERVES_SCRATCH) preload_middle src_bpp, SRC, 1 .elseif(src_bpp==0) &&(mask_bpp > 0) &&((flags) &FLAG_PROCESS_PRESERVES_SCRATCH) preload_middle mask_bpp, MASK, 1 .else preload_middle src_bpp, SRC, 0 preload_middle mask_bpp, MASK, 0 .endif .if(dst_r_bpp > 0) &&((SUBBLOCK % 2)==0) &&(((flags) &FLAG_NO_PRELOAD_DST)==0) PF pld,[DST, #32 *prefetch_distance - dst_alignment] .endif process_tail, 16, 0 .if !((flags) &FLAG_PROCESS_DOES_STORE) pixst, 16, 0, DST .endif .set SUBBLOCK, SUBBLOCK+1 .endr subs X, X, #pix_per_block bhs 110b.endm.macro wide_case_inner_loop_and_trailing_pixels process_head, process_tail, process_inner_loop, exit_label, unaligned_src, unaligned_mask .if dst_r_bpp > tst bne process_inner_loop DST_PRELOAD_BIAS endif preload_trailing SRC preload_trailing MASK DST endif add medium_case_inner_loop_and_trailing_pixels unaligned_mask endm macro medium_case_inner_loop_and_trailing_pixels DST endif subs bhs tst beq exit_label trailing_15bytes unaligned_mask endm macro narrow_case_inner_loop_and_trailing_pixels unaligned_mask tst conditional_process1 trailing_15bytes unaligned_mask endm macro switch_on_alignment exit_label if bne endif if bne endif action if endif if bne endif action if endif endif endm macro end_of_line last_one if SINGLE_SCANLINE ifc b endif else if vars_spilled word LINE_SAVED_REGS endif subs if vars_spilled endif endif add STRIDE_D if src_bpp add STRIDE_S endif if mask_bpp add STRIDE_M endif if restore_x mov ORIG_W endif bhs loop_label ifc if vars_spilled b else b endif else flags_
VULKAN_HPP_NAMESPACE::StencilOpState back
Definition: vulkan.hpp:37547
VULKAN_HPP_NAMESPACE::StencilOpState front
Definition: vulkan.hpp:37546
VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateFlags flags
Definition: vulkan.hpp:37540
#define VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:179

◆ PipelineDepthStencilStateCreateInfo() [2/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::PipelineDepthStencilStateCreateInfo ( PipelineDepthStencilStateCreateInfo const &  rhs)
default

◆ PipelineDepthStencilStateCreateInfo() [3/3]

VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::PipelineDepthStencilStateCreateInfo ( VkPipelineDepthStencilStateCreateInfo const &  rhs)
inline

Definition at line 37414 of file vulkan.hpp.

37415  {
37416  *this = rhs;
37417  }

Member Function Documentation

◆ operator VkPipelineDepthStencilStateCreateInfo &()

VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::operator VkPipelineDepthStencilStateCreateInfo & ( )
inline

Definition at line 37504 of file vulkan.hpp.

37505  {
37506  return *reinterpret_cast<VkPipelineDepthStencilStateCreateInfo*>( this );
37507  }

◆ operator VkPipelineDepthStencilStateCreateInfo const &()

VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::operator VkPipelineDepthStencilStateCreateInfo const & ( ) const
inline

Definition at line 37499 of file vulkan.hpp.

37500  {
37501  return *reinterpret_cast<const VkPipelineDepthStencilStateCreateInfo*>( this );
37502  }

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::operator!= ( PipelineDepthStencilStateCreateInfo const &  rhs) const
inline

Definition at line 37529 of file vulkan.hpp.

37530  {
37531  return !operator==( rhs );
37532  }
bool operator==(PipelineDepthStencilStateCreateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:37513

References VULKAN_HPP_NAMESPACE::operator==().

◆ operator=() [1/2]

PipelineDepthStencilStateCreateInfo& VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::operator= ( PipelineDepthStencilStateCreateInfo const &  rhs)
inline

Definition at line 37426 of file vulkan.hpp.

37427  {
37428  memcpy( static_cast<void *>( this ), &rhs, sizeof( PipelineDepthStencilStateCreateInfo ) );
37429  return *this;
37430  }
#define memcpy
Definition: SDL_malloc.c:630
VULKAN_HPP_CONSTEXPR PipelineDepthStencilStateCreateInfo(VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateFlags flags_={}, VULKAN_HPP_NAMESPACE::Bool32 depthTestEnable_={}, VULKAN_HPP_NAMESPACE::Bool32 depthWriteEnable_={}, VULKAN_HPP_NAMESPACE::CompareOp depthCompareOp_=VULKAN_HPP_NAMESPACE::CompareOp::eNever, VULKAN_HPP_NAMESPACE::Bool32 depthBoundsTestEnable_={}, VULKAN_HPP_NAMESPACE::Bool32 stencilTestEnable_={}, VULKAN_HPP_NAMESPACE::StencilOpState front_={}, VULKAN_HPP_NAMESPACE::StencilOpState back_={}, float minDepthBounds_={}, float maxDepthBounds_={}) VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:37408

References memcpy.

◆ operator=() [2/2]

PipelineDepthStencilStateCreateInfo& VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::operator= ( VkPipelineDepthStencilStateCreateInfo const &  rhs)
inline

Definition at line 37420 of file vulkan.hpp.

37421  {
37422  *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo const *>( &rhs );
37423  return *this;
37424  }

◆ operator==()

bool VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::operator== ( PipelineDepthStencilStateCreateInfo const &  rhs) const
inline

Definition at line 37513 of file vulkan.hpp.

37514  {
37515  return ( sType == rhs.sType )
37516  && ( pNext == rhs.pNext )
37517  && ( flags == rhs.flags )
37518  && ( depthTestEnable == rhs.depthTestEnable )
37519  && ( depthWriteEnable == rhs.depthWriteEnable )
37520  && ( depthCompareOp == rhs.depthCompareOp )
37521  && ( depthBoundsTestEnable == rhs.depthBoundsTestEnable )
37522  && ( stencilTestEnable == rhs.stencilTestEnable )
37523  && ( front == rhs.front )
37524  && ( back == rhs.back )
37525  && ( minDepthBounds == rhs.minDepthBounds )
37526  && ( maxDepthBounds == rhs.maxDepthBounds );
37527  }
GLbitfield flags
const VULKAN_HPP_NAMESPACE::StructureType sType
Definition: vulkan.hpp:37538

◆ setBack()

PipelineDepthStencilStateCreateInfo& VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::setBack ( VULKAN_HPP_NAMESPACE::StencilOpState const &  back_)
inline

Definition at line 37480 of file vulkan.hpp.

37481  {
37482  back = back_;
37483  return *this;
37484  }

◆ setDepthBoundsTestEnable()

PipelineDepthStencilStateCreateInfo& VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::setDepthBoundsTestEnable ( VULKAN_HPP_NAMESPACE::Bool32  depthBoundsTestEnable_)
inline

Definition at line 37462 of file vulkan.hpp.

37463  {
37464  depthBoundsTestEnable = depthBoundsTestEnable_;
37465  return *this;
37466  }

◆ setDepthCompareOp()

PipelineDepthStencilStateCreateInfo& VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::setDepthCompareOp ( VULKAN_HPP_NAMESPACE::CompareOp  depthCompareOp_)
inline

Definition at line 37456 of file vulkan.hpp.

37457  {
37458  depthCompareOp = depthCompareOp_;
37459  return *this;
37460  }

◆ setDepthTestEnable()

PipelineDepthStencilStateCreateInfo& VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::setDepthTestEnable ( VULKAN_HPP_NAMESPACE::Bool32  depthTestEnable_)
inline

Definition at line 37444 of file vulkan.hpp.

37445  {
37446  depthTestEnable = depthTestEnable_;
37447  return *this;
37448  }

◆ setDepthWriteEnable()

PipelineDepthStencilStateCreateInfo& VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::setDepthWriteEnable ( VULKAN_HPP_NAMESPACE::Bool32  depthWriteEnable_)
inline

Definition at line 37450 of file vulkan.hpp.

37451  {
37452  depthWriteEnable = depthWriteEnable_;
37453  return *this;
37454  }

◆ setFlags()

PipelineDepthStencilStateCreateInfo& VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::setFlags ( VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateFlags  flags_)
inline

Definition at line 37438 of file vulkan.hpp.

37439  {
37440  flags = flags_;
37441  return *this;
37442  }

References flags_.

◆ setFront()

PipelineDepthStencilStateCreateInfo& VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::setFront ( VULKAN_HPP_NAMESPACE::StencilOpState const &  front_)
inline

Definition at line 37474 of file vulkan.hpp.

37475  {
37476  front = front_;
37477  return *this;
37478  }

◆ setMaxDepthBounds()

PipelineDepthStencilStateCreateInfo& VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::setMaxDepthBounds ( float  maxDepthBounds_)
inline

Definition at line 37492 of file vulkan.hpp.

37493  {
37494  maxDepthBounds = maxDepthBounds_;
37495  return *this;
37496  }

◆ setMinDepthBounds()

PipelineDepthStencilStateCreateInfo& VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::setMinDepthBounds ( float  minDepthBounds_)
inline

Definition at line 37486 of file vulkan.hpp.

37487  {
37488  minDepthBounds = minDepthBounds_;
37489  return *this;
37490  }

◆ setPNext()

PipelineDepthStencilStateCreateInfo& VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::setPNext ( const void pNext_)
inline

Definition at line 37432 of file vulkan.hpp.

37433  {
37434  pNext = pNext_;
37435  return *this;
37436  }

◆ setStencilTestEnable()

PipelineDepthStencilStateCreateInfo& VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::setStencilTestEnable ( VULKAN_HPP_NAMESPACE::Bool32  stencilTestEnable_)
inline

Definition at line 37468 of file vulkan.hpp.

37469  {
37470  stencilTestEnable = stencilTestEnable_;
37471  return *this;
37472  }

Field Documentation

◆ allowDuplicate

const bool VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::allowDuplicate = false
static

Definition at line 37404 of file vulkan.hpp.

◆ back

VULKAN_HPP_NAMESPACE::StencilOpState VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::back = {}

Definition at line 37547 of file vulkan.hpp.

◆ depthBoundsTestEnable

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::depthBoundsTestEnable = {}

Definition at line 37544 of file vulkan.hpp.

◆ depthCompareOp

VULKAN_HPP_NAMESPACE::CompareOp VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::depthCompareOp = VULKAN_HPP_NAMESPACE::CompareOp::eNever

Definition at line 37543 of file vulkan.hpp.

◆ depthTestEnable

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::depthTestEnable = {}

Definition at line 37541 of file vulkan.hpp.

◆ depthWriteEnable

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::depthWriteEnable = {}

Definition at line 37542 of file vulkan.hpp.

◆ flags

VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateFlags VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::flags = {}

Definition at line 37540 of file vulkan.hpp.

◆ front

VULKAN_HPP_NAMESPACE::StencilOpState VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::front = {}

Definition at line 37546 of file vulkan.hpp.

◆ maxDepthBounds

float VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::maxDepthBounds = {}

Definition at line 37549 of file vulkan.hpp.

◆ minDepthBounds

float VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::minDepthBounds = {}

Definition at line 37548 of file vulkan.hpp.

◆ pNext

const void* VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::pNext = {}

Definition at line 37539 of file vulkan.hpp.

◆ stencilTestEnable

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::stencilTestEnable = {}

Definition at line 37545 of file vulkan.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::structureType = StructureType::ePipelineDepthStencilStateCreateInfo
static

Definition at line 37405 of file vulkan.hpp.

◆ sType

const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PipelineDepthStencilStateCreateInfo::sType = StructureType::ePipelineDepthStencilStateCreateInfo

Definition at line 37538 of file vulkan.hpp.


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