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

Static Public Member Functions

static VertexFormatHandle getVertexFormat ()
 

Public Attributes

glm::vec3 position
 
glm::vec3 normal
 
glm::vec2 tex
 

Detailed Description

Definition at line 90 of file VertexFormats.h.

Member Function Documentation

◆ getVertexFormat()

static VertexFormatHandle Cogs::Core::PositionNormalTexVertex::getVertexFormat ( )
inlinestatic

Definition at line 96 of file VertexFormats.h.

Member Data Documentation

◆ normal

glm::vec3 Cogs::Core::PositionNormalTexVertex::normal

Definition at line 93 of file VertexFormats.h.

◆ position

glm::vec3 Cogs::Core::PositionNormalTexVertex::position

Definition at line 92 of file VertexFormats.h.

◆ tex

glm::vec2 Cogs::Core::PositionNormalTexVertex::tex

Definition at line 94 of file VertexFormats.h.


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