Cogs.Core
Static Public Member Functions | List of all members
Cogs::VertexFormats Struct Reference

Static Public Member Functions

static VertexFormatHandle createVertexFormat (const VertexElement *elements, size_t count)
 
static VertexFormatHandle createVertexFormat (const PackedVertexElement *elements, size_t count)
 
static VertexFormatHandle createVertexFormat (const VertexElement &element)
 
static const VertexFormatgetVertexFormat (VertexFormatHandle handle)
 

Detailed Description

Definition at line 71 of file VertexFormat.h.

Member Function Documentation

◆ createVertexFormat() [1/3]

VertexFormatHandle Cogs::VertexFormats::createVertexFormat ( const PackedVertexElement elements,
size_t  count 
)
static

Definition at line 61 of file VertexFormat.cpp.

◆ createVertexFormat() [2/3]

static VertexFormatHandle Cogs::VertexFormats::createVertexFormat ( const VertexElement element)
inlinestatic

Definition at line 75 of file VertexFormat.h.

◆ createVertexFormat() [3/3]

VertexFormatHandle Cogs::VertexFormats::createVertexFormat ( const VertexElement elements,
size_t  count 
)
static

Definition at line 38 of file VertexFormat.cpp.

◆ getVertexFormat()

const VertexFormat * Cogs::VertexFormats::getVertexFormat ( VertexFormatHandle  handle)
static

Definition at line 100 of file VertexFormat.cpp.


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