CheeseEngine
A 2D Game Engine
Loading...
Searching...
No Matches
Static Public Member Functions | Public Attributes | List of all members
GraphicCore::Vertex Struct Reference

Static Public Member Functions

static VkVertexInputBindingDescription getBindingDescription ()
 
static std::array< VkVertexInputAttributeDescription, 3 > getAttributeDescriptions ()
 

Public Attributes

glm::vec2 pos
 
glm::vec3 color
 
glm::vec2 texCoord
 

Member Function Documentation

◆ getAttributeDescriptions()

static std::array< VkVertexInputAttributeDescription, 3 > GraphicCore::Vertex::getAttributeDescriptions ( )
static

◆ getBindingDescription()

static VkVertexInputBindingDescription GraphicCore::Vertex::getBindingDescription ( )
static

Member Data Documentation

◆ color

glm::vec3 GraphicCore::Vertex::color

◆ pos

glm::vec2 GraphicCore::Vertex::pos

◆ texCoord

glm::vec2 GraphicCore::Vertex::texCoord

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