working on rendering
This commit is contained in:
20
public/materialsystem/vulkan_shadermeta.h
Normal file
20
public/materialsystem/vulkan_shadermeta.h
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef VULKAN_METADATA_H
|
||||
#define VULKAN_METADATA_H
|
||||
|
||||
#include "shaderinternals.h"
|
||||
#include "vulkan/vulkan.h"
|
||||
|
||||
struct VulkanDescriptor_t
|
||||
{
|
||||
VkDescriptorType eDescriptorType;
|
||||
uint32_t uBinding;
|
||||
uint32_t uSet;
|
||||
};
|
||||
|
||||
struct VulkanInputMetaData_t
|
||||
{
|
||||
uint32_t nDescriptorsCount;
|
||||
uint32_t pDescriptorSets;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user