MayaFlux 0.1.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 299 of file ShaderProcessor.hpp.

300 {
301 set_push_constant_size(sizeof(T));
302 }
void set_push_constant_size()
Set push constant size from type.