ULRE/inc/hgl/graph/mtl/ShaderBufferSource.h

12 lines
193 B
C
Raw Normal View History

#pragma once
namespace hgl::graph
{
struct ShaderBufferSource
{
const char *struct_name;
const char *name;
const char *codes;
};
}//namespace hgl::graph