Diligent Engine
 
Loading...
Searching...
No Matches
SamplerBase.hpp File Reference
#include "Sampler.h"
#include "DeviceObjectBase.hpp"
#include "RenderDeviceBase.hpp"

Classes

class  Diligent::SamplerBase< EngineImplTraits >
 Template class implementing base functionality of the sampler object. More...
 

Namespaces

namespace  Diligent
 Graphics engine namespace.
 

Functions

void Diligent::ValidateSamplerDesc (const SamplerDesc &Desc, const IRenderDevice *pDevice) noexcept(false)
 Validates sampler description and throws an exception in case of an error.
 

Detailed Description

Implementation of the Diligent::SamplerBase template class