MayaFlux 0.2.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 259 of file VKShaderModule.hpp.

259{ return m_stage; }
vk::ShaderStageFlagBits m_stage