#include <vulkan.hpp>
Definition at line 23148 of file vulkan.hpp.
◆ PushConstantRange() [1/2]
Definition at line 23150 of file vulkan.hpp.
23156 {
23157 }
ShaderStageFlags stageFlags
◆ PushConstantRange() [2/2]
Definition at line 23159 of file vulkan.hpp.
23160 {
23162 }
PushConstantRange(ShaderStageFlags stageFlags_=ShaderStageFlags(), uint32_t offset_=0, uint32_t size_=0)
References memcpy.
◆ operator VkPushConstantRange &()
◆ operator VkPushConstantRange const &()
◆ operator!=()
bool VULKAN_HPP_NAMESPACE::PushConstantRange::operator!= |
( |
PushConstantRange const & |
rhs | ) |
const |
|
inline |
Definition at line 23204 of file vulkan.hpp.
23205 {
23207 }
bool operator==(PushConstantRange const &rhs) const
References operator==().
◆ operator=()
◆ operator==()
bool VULKAN_HPP_NAMESPACE::PushConstantRange::operator== |
( |
PushConstantRange const & |
rhs | ) |
const |
|
inline |
◆ setOffset()
Definition at line 23175 of file vulkan.hpp.
23176 {
23178 return *this;
23179 }
◆ setSize()
Definition at line 23181 of file vulkan.hpp.
23182 {
23184 return *this;
23185 }
◆ setStageFlags()
◆ offset
uint32_t VULKAN_HPP_NAMESPACE::PushConstantRange::offset |
◆ size
uint32_t VULKAN_HPP_NAMESPACE::PushConstantRange::size |
◆ stageFlags
The documentation for this struct was generated from the following file: