MayaFlux 0.1.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 254 of file VKShaderModule.hpp.

254{ return m_stage; }
vk::ShaderStageFlagBits m_stage