cae
0.0.0
Cross-API graphics engine
Loading...
Searching...
No Matches
AShaderFrontend.hpp
Go to the documentation of this file.
1
///
2
/// @file AShaderFrontend.hpp
3
/// @brief This file contains the ShaderFrontend abstract class
4
/// @namespace cae
5
///
6
7
#pragma once
8
9
#include "
Interfaces/Shader/Frontend/IShaderFrontend.hpp
"
10
11
namespace
cae
12
{
13
14
///
15
/// @interface AShaderFrontend
16
/// @brief Abstract class for shader frontend
17
/// @namespace cae
18
///
19
class
AShaderFrontend
:
public
IShaderFrontend
20
{
21
22
public
:
23
~AShaderFrontend
()
override
=
default
;
24
25
};
// interface AShaderFrontend
26
27
}
// namespace cae
IShaderFrontend.hpp
This file contains the ShaderFrontend interface.
cae::AShaderFrontend
Abstract class for shader frontend.
Definition
AShaderFrontend.hpp:20
cae::AShaderFrontend::~AShaderFrontend
~AShaderFrontend() override=default
cae::IShaderFrontend
Interface for shaders frontend.
Definition
IShaderFrontend.hpp:81
cae
modules
Interfaces
include
Interfaces
Shader
Frontend
AShaderFrontend.hpp
Generated by
1.11.0