Further shader compilation development.
This commit is contained in:
16
include/opengl/metadata/shader_metadata.hpp
Normal file
16
include/opengl/metadata/shader_metadata.hpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
#include "opengl/shading/model_geometry.hpp"
|
||||
#include "opengl/shading/shader_stage.hpp"
|
||||
#include "opengl/shading/features/generic_features.hpp"
|
||||
|
||||
namespace zgl
|
||||
{
|
||||
struct shader_metadata
|
||||
{
|
||||
shading::model_geometry::types geometry;
|
||||
shading::stage::types stage;
|
||||
shading::features::generic::type static_enabled{};
|
||||
shading::features::generic::type dynamic_enable{};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user