MayaFlux 0.2.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 208 of file ShaderProcessor.hpp.

209 {
210 set_push_constant_size(sizeof(T));
211 }
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: