28 #ifndef BERSERK_RHISAMPLER_HPP
29 #define BERSERK_RHISAMPLER_HPP
#define BRK_NS_END
Definition: Config.hpp:48
#define BRK_API
Definition: Config.hpp:32
Base class for RHI resource.
Definition: RHIResource.hpp:55
RHI sampler object.
Definition: RHISampler.hpp:76
BRK_API ~RHISampler() override=default
const RHISamplerDesc & GetDesc() const
Definition: RHISampler.hpp:81
RHISamplerDesc mState
Definition: RHISampler.hpp:85
RHISamplerBorderColor
Definition: RHIDefs.hpp:214
RHISamplerMagFilter
Definition: RHIDefs.hpp:186
RHISamplerMinFilter
Definition: RHIDefs.hpp:191
RHISamplerRepeatMode
Definition: RHIDefs.hpp:206
Definition: GLDevice.cpp:46
static const uint32 MAX_TEXTURE_MIPMAPS
Definition: RHIDefs.hpp:329
RHI sample descriptor.
Definition: RHISampler.hpp:46
RHISamplerMagFilter magFilter
Definition: RHISampler.hpp:52
float minLod
Definition: RHISampler.hpp:47
float maxAnisotropy
Definition: RHISampler.hpp:49
RHISamplerBorderColor color
Definition: RHISampler.hpp:56
RHISamplerMinFilter minFilter
Definition: RHISampler.hpp:51
float maxLod
Definition: RHISampler.hpp:48
RHISamplerRepeatMode u
Definition: RHISampler.hpp:53
RHISamplerRepeatMode w
Definition: RHISampler.hpp:55
RHISamplerRepeatMode v
Definition: RHISampler.hpp:54
bool useAnisotropy
Definition: RHISampler.hpp:50
RHISamplerDesc()
Definition: RHISampler.hpp:58