|
Berserk
|
GL sampler implementation. More...
#include <GLSampler.hpp>


Public Member Functions | |
| BRK_API | GLSampler (const RHISamplerDesc &desc) |
| BRK_API | ~GLSampler () override |
| BRK_API void | Initialize () |
| BRK_API void | Bind (uint32 slot) const |
| GLuint | GetHandle () const |
Public Member Functions inherited from RHISampler | |
| BRK_API | ~RHISampler () override=default |
| const RHISamplerDesc & | GetDesc () const |
Public Member Functions inherited from RHIResource | |
| BRK_API | ~RHIResource () override=default |
Public Member Functions inherited from RefCnt | |
| virtual | ~RefCnt () |
| bool | IsUnique () const |
| std::int32_t | GetRefs () const |
| std::int32_t | AddRef () const |
| std::int32_t | RelRef () const |
Additional Inherited Members | |
Protected Member Functions inherited from RHIResource | |
| void | Destroy () const override |
Protected Attributes inherited from RHISampler | |
| RHISamplerDesc | mState |
GL sampler implementation.
|
explicit |
|
override |
| void GLSampler::Bind | ( | uint32 | slot | ) | const |
|
inline |
| void GLSampler::Initialize | ( | ) |