Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
CreateDefaultSampler.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "core/Core.hpp"
4
5namespace Graphic::System {
6void CreateDefaultSampler(Engine::Core &core);
7} // namespace Graphic::System
Definition ExecuteRenderPass.hpp:5
void CreateDefaultSampler(Engine::Core &core)
Definition CreateDefaultSampler.cpp:11