Unravel Engine C++ Reference
Loading...
Searching...
No Matches
index_buffer.h
Go to the documentation of this file.
1#pragma once
2
3#include "handle_impl.h"
4
5namespace gfx
6{
7struct index_buffer : public handle_impl<index_buffer, index_buffer_handle>
8{
9 index_buffer() = default;
10 //-----------------------------------------------------------------------------
11 // Name : index_buffer ()
17 //-----------------------------------------------------------------------------
18 index_buffer(const memory_view* _mem, std::uint16_t _flags = BGFX_BUFFER_NONE);
19};
20} // namespace gfx
bgfx::Memory memory_view
Definition graphics.h:23
index_buffer()=default