CeresEngine
0.2.0
A game development framework
Loading...
Searching...
No Matches
MaterialGraphShaderGenerator.hpp
Go to the documentation of this file.
1
//
2
// CeresEngine - A game development framework
3
//
4
// Created by Rogiel Sulzbach.
5
// Copyright (c) 2018-2023 Rogiel Sulzbach. All rights reserved.
6
//
7
8
#pragma once
9
10
namespace
CeresEngine
{
11
13
class
MaterialGraphShaderGenerator
{};
14
15
class
MaterialGraphHLSLGenerator
:
public
MaterialGraphShaderGenerator
{
16
17
};
18
19
}
// namespace CeresEngine
CeresEngine::MaterialGraphHLSLGenerator
Definition
MaterialGraphShaderGenerator.hpp:15
CeresEngine::MaterialGraphShaderGenerator
A generator that emits shader code for a material graph.
Definition
MaterialGraphShaderGenerator.hpp:13
CeresEngine
Definition
Application.hpp:19
Sources
CeresEngine
Material
Graph
MaterialGraphShaderGenerator.hpp
Generated by
1.9.8