|
Berserk
|
GL vertex declaration implementation. More...
#include <GLVertexDeclaration.hpp>


Public Member Functions | |
| BRK_API | GLVertexDeclaration (const RHIVertexDeclarationDesc &desc) |
| BRK_API | ~GLVertexDeclaration () override=default |
Public Member Functions inherited from RHIVertexDeclaration | |
| BRK_API | ~RHIVertexDeclaration () override=default |
| const RHIVertexDeclarationDesc & | GetElements () 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 RHIVertexDeclaration | |
| RHIVertexDeclarationDesc | mAttributes |
GL vertex declaration implementation.
|
explicit |
|
overridedefault |