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

◆ get()

vk::ShaderModule MayaFlux::Core::VKShaderModule::get ( ) const
inline

Get raw Vulkan shader module handle.

Returns
vk::ShaderModule handle

Definition at line 253 of file VKShaderModule.hpp.

253{ return m_module; }