API Documentation
MAIN PAGE
NAMESPACES
CLASSES
Documentation
Headers
NilkinsGraphics
Samplers
SamplerManager.h
1
// SamplerManager.h
3
//
5
6
namespace
nkGraphics
7
{
14
class
SamplerManager
final :
public
Manager
<Sampler>,
public
nkCommon::MaybeSingletonClass<SamplerManager>
15
{
16
public :
17
18
public :
19
20
// Available default resource names
21
inline
static
const
nkMemory::StringView
DEFAULT_SAMPLER
=
"NILKINS_DEFAULT_SAMPLER"
;
22
} ;
23
}
nkGraphics::SamplerManager
Manages the samplers recorded.
Definition:
SamplerManager.h:15
nkGraphics::SamplerManager::DEFAULT_SAMPLER
static const nkMemory::StringView DEFAULT_SAMPLER
Default sampler used when no sampler gets overloaded within a Shader.
Definition:
SamplerManager.h:21
nkGraphics::Manager
Base class for resource managers.
Definition:
Manager.h:13
nkMemory::StringView
Class holding information about a string, with no ownership over the data.
Definition:
StringView.h:22
nkGraphics
Encompasses all API of component NilkinsGraphics.
Definition:
BoundingBox.h:7
Generated by
Doxygen
1.8.18