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

248{ return m_module; }