SpiecsEngine
 
Loading...
Searching...
No Matches

◆ Get()

VkShaderModule & Spices::VulkanShaderModule::Get ( )
inline

Get VkShaderModule this class handled.

Returns
Returns the VkShaderModule this class handled.

Definition at line 60 of file VulkanShaderModule.h.

60{ return m_ShaderModule; }
VkShaderModule m_ShaderModule
The VkShaderModule this class handled.