KDGpu::SamplerOptions
#include <sampler_options.h>
Public Attributes
Public Attributes Documentation
variable label
variable magFilter
 | FilterMode magFilter { FilterMode::Nearest };
  | 
 
variable minFilter
 | FilterMode minFilter { FilterMode::Nearest };
  | 
 
variable mipmapFilter
 | MipmapFilterMode mipmapFilter { MipmapFilterMode::Nearest };
  | 
 
variable u
 | AddressMode u { AddressMode::Repeat };
  | 
 
variable v
 | AddressMode v { AddressMode::Repeat };
  | 
 
variable w
 | AddressMode w { AddressMode::Repeat };
  | 
 
variable lodMinClamp
 | float lodMinClamp { 0.0f };
  | 
 
variable lodMaxClamp
 | float lodMaxClamp { MipmapLodClamping::NoClamping };
  | 
 
variable anisotropyEnabled
 | bool anisotropyEnabled { false };
  | 
 
variable maxAnisotropy
 | float maxAnisotropy { 1.0f };
  | 
 
variable compareEnabled
 | bool compareEnabled { false };
  | 
 
variable compare
 | CompareOperation compare { CompareOperation::Never };
  | 
 
variable normalizedCoordinates
 | bool normalizedCoordinates { true };
  | 
 
Updated on 2025-07-08 at 12:01:11 +0000