MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ pc() [2/2]

Assemble & MayaFlux::Portal::Graphics::ShaderSpec::Assemble::pc ( std::string  name,
Kakshya::GpuDataFormat  format 
)
inline

Declare a push constant field with explicit format.

Definition at line 430 of file ShaderSpec.hpp.

431 {
432 m_pc_fields.push_back({ .name = std::move(name), .format = format });
433 return *this;
434 }
std::vector< PushConstantField > m_pc_fields

References m_pc_fields.

Referenced by MayaFlux::Yantra::VisionGpuExecutor::config(), pc(), and MayaFlux::Yantra::VisionGpuExecutor::run().

+ Here is the caller graph for this function: