qxLib
include
qx
gl
ebo.inl
Go to the documentation of this file.
1
/**
2
3
@file ebo.inl
4
@author Khrapov
5
@date 19.08.2021
6
@copyright © Nick Khrapov, 2021. All right reserved.
7
8
**/
9
10
namespace
qx
11
{
12
13
inline
GLenum
base_ebo::GetBufferType
()
const
14
{
15
return
GL_ELEMENT_ARRAY_BUFFER;
16
}
17
inline
GLbitfield
base_ebo::GetBarrierBit
()
const
18
{
19
return
GL_ELEMENT_ARRAY_BARRIER_BIT;
20
}
21
22
}
// namespace qx
qx::buffer_base::GetBufferType
virtual GLenum GetBufferType() const =0
Get buffer type.
qx::buffer_base::GetBarrierBit
virtual GLbitfield GetBarrierBit() const =0
Get buffer type barrier bit.
Generated by
1.9.1