MayaFlux 0.4.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 225 of file ShaderProcessor.hpp.

226 {
227 set_push_constant_size(sizeof(T));
228 }
void set_push_constant_size()
Set push constant size from type.

Referenced by set_push_constant_data().

+ Here is the caller graph for this function: