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

◆ set_push_constant_size() [1/2]

template<typename T >
void MayaFlux::Buffers::ShaderProcessor::set_push_constant_size ( )
inline

Set push constant size from type.

Template Parameters
TPush constant struct type

Definition at line 231 of file ShaderProcessor.hpp.

232 {
233 set_push_constant_size(sizeof(T));
234 }
void set_push_constant_size()
Set push constant size from type.

Referenced by set_push_constant_data(), MayaFlux::Buffers::RelaxationEmitProcessor::write_emit_constants(), and MayaFlux::Buffers::RelaxationStepProcessor::write_grid_extent_constants().

+ Here is the caller graph for this function: