8 #ifndef SHADER_MODULE_HPP 9 #define SHADER_MODULE_HPP 11 #include <SimpleGL_vk/SimpleGL_vk_Export.h> 15 #include <vulkan/vulkan.h> 42 VkShaderModule handle;
64 VkShaderModule getHandle();
71 VkShaderStageFlagBits getShaderStageBit();
Indicates to use VK_SHADER_STAGE_VERTEX_BIT.
Generic namespace for the SimpleGL framework.
Indicates to use VK_SHADER_STAGE_FRAGMENT_BIT.
ShaderStageBit
This enum stores supported shader stage flag bit.
This class wraps a Vulkan shader module.