Vulkan-Hpp
vk::DepthBiasInfoEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkDepthBiasInfoEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR DepthBiasInfoEXT (float depthBiasConstantFactor_={}, float depthBiasClamp_={}, float depthBiasSlopeFactor_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR DepthBiasInfoEXT (DepthBiasInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 DepthBiasInfoEXT (VkDepthBiasInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
DepthBiasInfoEXToperator= (DepthBiasInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
DepthBiasInfoEXToperator= (VkDepthBiasInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DepthBiasInfoEXTsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DepthBiasInfoEXTsetDepthBiasConstantFactor (float depthBiasConstantFactor_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DepthBiasInfoEXTsetDepthBiasClamp (float depthBiasClamp_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DepthBiasInfoEXTsetDepthBiasSlopeFactor (float depthBiasSlopeFactor_) VULKAN_HPP_NOEXCEPT
 
 operator VkDepthBiasInfoEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkDepthBiasInfoEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (DepthBiasInfoEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (DepthBiasInfoEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eDepthBiasInfoEXT
 
const void * pNext = {}
 
float depthBiasConstantFactor = {}
 
float depthBiasClamp = {}
 
float depthBiasSlopeFactor = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 23289 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ DepthBiasInfoEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::DepthBiasInfoEXT::DepthBiasInfoEXT ( float  depthBiasConstantFactor_ = {},
float  depthBiasClamp_ = {},
float  depthBiasSlopeFactor_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 23297 of file vulkan_structs.hpp.

◆ DepthBiasInfoEXT() [2/3]

VULKAN_HPP_CONSTEXPR vk::DepthBiasInfoEXT::DepthBiasInfoEXT ( DepthBiasInfoEXT const &  rhs)
default

◆ DepthBiasInfoEXT() [3/3]

vk::DepthBiasInfoEXT::DepthBiasInfoEXT ( VkDepthBiasInfoEXT const &  rhs)
inline

Definition at line 23310 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkDepthBiasInfoEXT &()

vk::DepthBiasInfoEXT::operator VkDepthBiasInfoEXT & ( )
inline

Definition at line 23352 of file vulkan_structs.hpp.

◆ operator VkDepthBiasInfoEXT const &()

vk::DepthBiasInfoEXT::operator VkDepthBiasInfoEXT const & ( ) const
inline

Definition at line 23347 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::DepthBiasInfoEXT::operator!= ( DepthBiasInfoEXT const &  rhs) const
inline

Definition at line 23382 of file vulkan_structs.hpp.

◆ operator=() [1/2]

DepthBiasInfoEXT& vk::DepthBiasInfoEXT::operator= ( DepthBiasInfoEXT const &  rhs)
default

◆ operator=() [2/2]

DepthBiasInfoEXT& vk::DepthBiasInfoEXT::operator= ( VkDepthBiasInfoEXT const &  rhs)
inline

Definition at line 23315 of file vulkan_structs.hpp.

◆ operator==()

bool vk::DepthBiasInfoEXT::operator== ( DepthBiasInfoEXT const &  rhs) const
inline

Definition at line 23372 of file vulkan_structs.hpp.

◆ setDepthBiasClamp()

VULKAN_HPP_CONSTEXPR_14 DepthBiasInfoEXT& vk::DepthBiasInfoEXT::setDepthBiasClamp ( float  depthBiasClamp_)
inline

Definition at line 23334 of file vulkan_structs.hpp.

◆ setDepthBiasConstantFactor()

VULKAN_HPP_CONSTEXPR_14 DepthBiasInfoEXT& vk::DepthBiasInfoEXT::setDepthBiasConstantFactor ( float  depthBiasConstantFactor_)
inline

Definition at line 23328 of file vulkan_structs.hpp.

◆ setDepthBiasSlopeFactor()

VULKAN_HPP_CONSTEXPR_14 DepthBiasInfoEXT& vk::DepthBiasInfoEXT::setDepthBiasSlopeFactor ( float  depthBiasSlopeFactor_)
inline

Definition at line 23340 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 DepthBiasInfoEXT& vk::DepthBiasInfoEXT::setPNext ( const void *  pNext_)
inline

Definition at line 23322 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

const bool vk::DepthBiasInfoEXT::allowDuplicate = false
static

Definition at line 23293 of file vulkan_structs.hpp.

◆ depthBiasClamp

float vk::DepthBiasInfoEXT::depthBiasClamp = {}

Definition at line 23392 of file vulkan_structs.hpp.

◆ depthBiasConstantFactor

float vk::DepthBiasInfoEXT::depthBiasConstantFactor = {}

Definition at line 23391 of file vulkan_structs.hpp.

◆ depthBiasSlopeFactor

float vk::DepthBiasInfoEXT::depthBiasSlopeFactor = {}

Definition at line 23393 of file vulkan_structs.hpp.

◆ pNext

const void* vk::DepthBiasInfoEXT::pNext = {}

Definition at line 23390 of file vulkan_structs.hpp.

◆ structureType

Definition at line 23294 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::DepthBiasInfoEXT::sType = StructureType::eDepthBiasInfoEXT

Definition at line 23389 of file vulkan_structs.hpp.


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