Public Member Functions

sp::video::IndexFormat Class Reference

This is the index format class which specifies how indices are stored on the VRAM. More...

#include <spIndexFormat.hpp>

List of all members.

Public Member Functions

 IndexFormat ()
 IndexFormat (const IndexFormat &Other)
 ~IndexFormat ()
void setDataType (const ERendererDataTypes Type)
u32 getFormatSize () const
 Returns the size in bytes of this index format.
ERendererDataTypes getDataType () const
 Returns the data type of this index format.

Detailed Description

This is the index format class which specifies how indices are stored on the VRAM.


Constructor & Destructor Documentation

sp::video::IndexFormat::IndexFormat (  ) 
sp::video::IndexFormat::IndexFormat ( const IndexFormat Other  ) 
sp::video::IndexFormat::~IndexFormat (  ) 

Member Function Documentation

ERendererDataTypes sp::video::IndexFormat::getDataType (  )  const [inline]

Returns the data type of this index format.

u32 sp::video::IndexFormat::getFormatSize (  )  const [inline]

Returns the size in bytes of this index format.

void sp::video::IndexFormat::setDataType ( const ERendererDataTypes  Type  ) 

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines