Just™ Game Engine
Public Member Functions | List of all members
jng::IndexBuffer Class Referencefinal

#include <buffers.hpp>

Public Member Functions

 IndexBuffer (const void *indices, u32 count, RendererAPI::IndexType type)
 
 ~IndexBuffer ()
 
void bind () const
 
void unbind () const
 
u32 getCount () const
 
RendererAPI::IndexType getIndexType () const
 

Constructor & Destructor Documentation

◆ IndexBuffer()

jng::IndexBuffer::IndexBuffer ( const void *  indices,
u32  count,
RendererAPI::IndexType  type 
)

◆ ~IndexBuffer()

jng::IndexBuffer::~IndexBuffer ( )

Member Function Documentation

◆ bind()

void jng::IndexBuffer::bind ( ) const

◆ getCount()

u32 jng::IndexBuffer::getCount ( ) const
inline

◆ getIndexType()

RendererAPI::IndexType jng::IndexBuffer::getIndexType ( ) const
inline

◆ unbind()

void jng::IndexBuffer::unbind ( ) const

The documentation for this class was generated from the following files: