LLGL 0.05 Beta
Loading...
Searching...
No Matches
SamplerFlags.h File Reference
#include <LLGL/Export.h>
#include <LLGL/PipelineStateFlags.h>
#include <cstddef>
#include <cstdint>

Classes

struct  LLGL::SamplerDescriptor
 Texture sampler descriptor structure. More...

Namespaces

namespace  LLGL

Enumerations

enum class  LLGL::SamplerAddressMode {
  LLGL::Repeat , LLGL::Mirror , LLGL::Clamp , LLGL::Border ,
  LLGL::MirrorOnce
}
 Technique for resolving texture coordinates that are outside of the range [0, 1]. More...
enum class  LLGL::SamplerFilter { LLGL::Nearest , LLGL::Linear }
 Sampling filter enumeration. More...