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
5
namespace
gfx
6
{
7
struct
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
gfx::handle_impl
Definition
handle_impl.h:11
handle_impl.h
gfx
Definition
debugdraw.cpp:7
gfx::memory_view
bgfx::Memory memory_view
Definition
graphics.h:23
gfx::index_buffer
Definition
index_buffer.h:8
gfx::index_buffer::index_buffer
index_buffer()=default
UnravelEngine
UnravelEngine
engine
core
graphics
index_buffer.h
Generated by
1.12.0