#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... | |
Definition of the Diligent::ISampler interface and related data structures