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