struct
SamplerTexture sampler.
Contents
- Reference
Public types
- using Filter = SamplerFilter deprecated
- Texture sampler filtering.
- using Mipmap = SamplerMipmap deprecated
- Texture sampler mip level selection.
- using Wrapping = SamplerWrapping deprecated
- Texture sampler wrapping.
-
using CompareMode = GL::
SamplerCompareMode deprecated - Depth texture comparison mode.
-
using CompareFunction = GL::
SamplerCompareFunction deprecated - Texture sampler depth comparison function.
-
using DepthStencilMode = GL::
SamplerDepthStencilMode deprecated - Texture sampler depth/stencil mode.
Public static functions
- static auto maxMaxAnisotropy() -> Float deprecated
- Max supported max anisotropy.
Typedef documentation
typedef SamplerFilter Magnum:: Sampler:: Filter
Texture sampler filtering.
typedef SamplerMipmap Magnum:: Sampler:: Mipmap
Texture sampler mip level selection.
typedef SamplerWrapping Magnum:: Sampler:: Wrapping
Texture sampler wrapping.
typedef GL:: SamplerCompareMode Magnum:: Sampler:: CompareMode
Depth texture comparison mode.
typedef GL:: SamplerCompareFunction Magnum:: Sampler:: CompareFunction
Texture sampler depth comparison function.
typedef GL:: SamplerDepthStencilMode Magnum:: Sampler:: DepthStencilMode
Texture sampler depth/stencil mode.
Function documentation
static Float Magnum:: Sampler:: maxMaxAnisotropy()
Max supported max anisotropy.