Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
EndRenderTexture.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <entt/core/hashed_string.hpp>
4
5namespace Graphic::Utils {
6constexpr entt::hashed_string END_RENDER_TEXTURE_ID{"end_render_texture"};
7} // namespace Graphic::Utils
Definition DefaultSampler.hpp:6
constexpr entt::hashed_string END_RENDER_TEXTURE_ID
Definition EndRenderTexture.hpp:6