Manages the samplers recorded. More...
Static Public Attributes | |
static const nkMemory::StringView | DEFAULT_SAMPLER = "NILKINS_DEFAULT_SAMPLER" |
Default sampler used when no sampler gets overloaded within a Shader. | |
Additional Inherited Members | |
Public Member Functions inherited from nkGraphics::Manager< Sampler > | |
Sampler * | createOrRetrieve (nkMemory::StringView name) |
Sampler * | record (nkMemory::StringView name, nkMemory::UniquePtr< Sampler > resource) |
Sampler * | get (nkMemory::StringView name) const |
Sampler * | getByIndex (unsigned int index) const |
void | rename (nkMemory::StringView currentName, nkMemory::StringView newName) |
void | erase (nkMemory::StringView name) |
nkMemory::UniquePtr< Sampler > | relinquish (nkMemory::StringView name) |
Manages the samplers recorded.
Sampler creation / deletion can go through this class, allowing it to act as a repository of resources which lifetime will get managed as needed. Like any Manager, it is always owning the memory it owns, unless it passes back the ownership explicitly.