28 #ifndef BERSERK_GLSAMPLER_HPP
29 #define BERSERK_GLSAMPLER_HPP
#define BRK_NS_END
Definition: Config.hpp:48
#define BRK_API
Definition: Config.hpp:32
std::uint32_t uint32
Definition: Typedefs.hpp:44
GL sampler implementation.
Definition: GLSampler.hpp:45
GLuint GetHandle() const
Definition: GLSampler.hpp:53
BRK_API GLSampler(const RHISamplerDesc &desc)
Definition: GLSampler.cpp:33
BRK_API void Initialize()
Definition: GLSampler.cpp:45
BRK_API void Bind(uint32 slot) const
Definition: GLSampler.cpp:90
BRK_API ~GLSampler() override
Definition: GLSampler.cpp:37
RHI sampler object.
Definition: RHISampler.hpp:76
Definition: GLDevice.cpp:46
RHI sample descriptor.
Definition: RHISampler.hpp:46