first commit
This commit is contained in:
10
rendering_api/vulkan/src/shaders/vulkan_shader_module.h
Normal file
10
rendering_api/vulkan/src/shaders/vulkan_shader_module.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <vulkan/vulkan.h>
|
||||
#include "core/output_device/gryphn_output_device.h"
|
||||
#include <vulkan/vulkan_core.h>
|
||||
|
||||
struct gnPlatformShaderModule {
|
||||
VkShaderModule module;
|
||||
VkShaderEXT shader;
|
||||
VkPipelineShaderStageCreateInfo stageCreateInfo;
|
||||
const gnOutputDevice* device;
|
||||
};
|
Reference in New Issue
Block a user