MayaFlux
0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
PushConstantRange()
MayaFlux::Core::PushConstantRange::PushConstantRange
(
vk::ShaderStageFlags
stages
,
uint32_t
offset_
,
uint32_t
size_
)
inline
Definition at line
21
of file
VKComputePipeline.hpp
.
22
:
stage_flags
(stages)
23
,
offset
(offset_)
24
,
size
(size_)
25
{
26
}
MayaFlux::Core::PushConstantRange::stage_flags
vk::ShaderStageFlags stage_flags
Which shader stages access this.
Definition
VKComputePipeline.hpp:17
MayaFlux::Core::PushConstantRange::size
uint32_t size
Size of push constant data (bytes)
Definition
VKComputePipeline.hpp:19
MayaFlux::Core::PushConstantRange::offset
uint32_t offset
Offset in push constant block (bytes)
Definition
VKComputePipeline.hpp:18
MayaFlux
Core
PushConstantRange
Generated by
1.9.8