⚠️ 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
VertexLayoutImpl Class Reference

A Vulkan-based VertexLayout implementation. More...

#include <VertexLayoutVK.h>

Inherits VertexLayout.

Public Member Functions

const VkPipelineVertexInputStateCreateInfo & getVkCreateInfo () const
 Get Vulkan vertex input state create info.
Public Member Functions inherited from VertexLayout
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

A Vulkan-based VertexLayout implementation.


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