⚠️ This documentation corresponds to the latest development branch of axmol. It might diverge from the official releases.

Axmol Engine 3.0.0-dff292a
Loading...
Searching...
No Matches
VertexLayout Class Reference

Store vertex attribute layout. More...

#include <VertexLayout.h>

Inherits Object.

Inherited by VertexLayoutImpl, VertexLayoutImpl, and .

Public Member Functions

const std::vector< InputBindingDesc > & getBindings () const
 Get attribute informations.
int getBuiltinId () const
 Get built-in vertex layout id, -1 means not built-in.
Public Member Functions inherited from Object
void retain ()
 Retains the ownership.
void release ()
 Releases the ownership immediately.
Objectautorelease ()
 Releases the ownership sometime soon automatically.
unsigned int getReferenceCount () const
 Returns the Object's current reference count.
virtual ~Object ()
 Destructor.

Additional Inherited Members

Public Attributes inherited from Object
unsigned int _ID
 object id, ScriptSupport need public _ID
int _luaID
 Lua reference id.

Detailed Description

Store vertex attribute layout.

Member Function Documentation

◆ getBindings()

const std::vector< InputBindingDesc > & getBindings ( ) const
inline

Get attribute informations.

Returns
Atrribute informations.

The documentation for this class was generated from the following file:
  • VertexLayout.h