...
This commit is contained in:
18
include/opengl/handles/index_buffer_handle.hpp
Normal file
18
include/opengl/handles/index_buffer_handle.hpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#pragma once
|
||||
|
||||
#include "opengl/resource_management/resource_handle.hpp"
|
||||
|
||||
namespace zgl
|
||||
{
|
||||
|
||||
struct index_buffer_handle : resource_handle
|
||||
{
|
||||
inline void bind() const;
|
||||
inline static void unbind();
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#define INCLUDE_INDEX_BUFFER_HANDLE_IMPLEMENTATION
|
||||
#include "opengl/handles/index_buffer_handle.ipp"
|
||||
#undef INCLUDE_INDEX_BUFFER_HANDLE_IMPLEMENTATION
|
||||
Reference in New Issue
Block a user