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

◆ get_stage()

vk::ShaderStageFlagBits MayaFlux::Core::VKShaderModule::get_stage ( ) const
inline

Get shader stage.

Returns
Stage flags (compute, vertex, fragment, etc.)

Definition at line 261 of file VKShaderModule.hpp.

261{ return m_stage; }
vk::ShaderStageFlagBits m_stage