working on rendering
This commit is contained in:
17
materialsystem/vulkan/shaderparser.h
Normal file
17
materialsystem/vulkan/shaderparser.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef VULKAN_SHADER_PARSER_H
|
||||
#define VULKAN_SHADER_PARSER_H
|
||||
|
||||
#include "materialsystem/vulkan_shadermeta.h"
|
||||
#include "materialsystem/compiledshadermgr.h"
|
||||
#include "tier1/utlvector.h"
|
||||
|
||||
class CVkShaderParser
|
||||
{
|
||||
public:
|
||||
CUtlVector<VulkanDescriptor_t> GetDescriptors( CCompiledShader *pShader, EShaderStage eStage );
|
||||
CUtlBuffer<unsigned char> GetShaderCode( CCompiledShader *pShader, EShaderStage eStage );
|
||||
};
|
||||
|
||||
CVkShaderParser *ShaderParser();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user