include
quori_face
ElementBufferObject.hpp
Go to the documentation of this file.
1
#ifndef _QUORI_FACE_ELEMENT_BUFFER_OBJECT_HPP_
2
#define _QUORI_FACE_ELEMENT_BUFFER_OBJECT_HPP_
3
4
#include <cstdint>
5
6
namespace
quori_face
7
{
8
class
ElementBufferObject
9
{
10
public
:
11
ElementBufferObject
();
12
~ElementBufferObject
();
13
14
std::uint32_t
getHandle
()
const
noexcept;
15
16
private
:
17
std::uint32_t
handle_
;
18
};
19
}
20
21
#endif
quori_face
Definition:
Cache.hpp:9
quori_face::ElementBufferObject::handle_
std::uint32_t handle_
Definition:
ElementBufferObject.hpp:17
quori_face::ElementBufferObject::getHandle
std::uint32_t getHandle() const noexcept
Definition:
ElementBufferObject.cpp:15
quori_face::ElementBufferObject::~ElementBufferObject
~ElementBufferObject()
Definition:
ElementBufferObject.cpp:10
quori_face::ElementBufferObject::ElementBufferObject
ElementBufferObject()
Definition:
ElementBufferObject.cpp:5
quori_face::ElementBufferObject
Definition:
ElementBufferObject.hpp:8
quori_face
Author(s):
autogenerated on Wed Mar 2 2022 00:53:20