Diligent Engine
Loading...
Searching...
No Matches
Sampler.h File Reference
#include "DeviceObject.h"
#include "../../../Primitives/interface/DefineInterfaceHelperMacros.h"
#include "../../../Primitives/interface/UndefInterfaceHelperMacros.h"

Classes

struct  Diligent::SamplerDesc
 Sampler description. More...
struct  Diligent::ISampler
 Texture sampler interface. More...

Namespaces

namespace  Diligent
 Graphics engine namespace.

Enumerations

enum  Diligent::SAMPLER_FLAGS : Uint8 { Diligent::SAMPLER_FLAG_NONE = 0 , Diligent::SAMPLER_FLAG_SUBSAMPLED = 1u << 0 , Diligent::SAMPLER_FLAG_SUBSAMPLED_COARSE_RECONSTRUCTION = 1u << 1 , SAMPLER_FLAG_LAST = SAMPLER_FLAG_SUBSAMPLED_COARSE_RECONSTRUCTION }
 Sampler flags. More...

Detailed Description

Definition of the Diligent::ISampler interface and related data structures