class
ShaderModuleRepresents a single shader module as loaded from SPIR-V bytecode.
Public functions
- auto isNull() const -> bool
- Returns
true
if the shader module is null and not valid for use. - auto vkGetShaderModuleHandle() const -> VkShaderModuleHandle
- Returns the associated Vulkan VkShaderModule handle.