Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
DefaultSampler.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <entt/core/hashed_string.hpp>
4
#include <string_view>
5
6
namespace
Graphic::Utils
{
7
static
inline
constexpr
std::string_view
DEFAULT_SAMPLER_NAME
=
"DEFAULT_SAMPLER"
;
8
static
inline
const
entt::hashed_string
DEFAULT_SAMPLER_ID
{
DEFAULT_SAMPLER_NAME
.data(),
DEFAULT_SAMPLER_NAME
.size()};
9
}
// namespace Graphic::Utils
Graphic::Utils
Definition
DefaultSampler.hpp:6
Graphic::Utils::DEFAULT_SAMPLER_NAME
static constexpr std::string_view DEFAULT_SAMPLER_NAME
Definition
DefaultSampler.hpp:7
Graphic::Utils::DEFAULT_SAMPLER_ID
static const entt::hashed_string DEFAULT_SAMPLER_ID
Definition
DefaultSampler.hpp:8
src
plugin
graphic
src
utils
DefaultSampler.hpp
Generated by
1.16.1