VOX
A little voxel engine
Loading...
Searching...
No Matches
PlayerModel::Vertex Struct Reference

#include <Model.hpp>

Collaboration diagram for PlayerModel::Vertex:
Collaboration graph

Static Public Member Functions

static VkVertexInputBindingDescription getBindingDescription ()
 
static std::vector< VkVertexInputAttributeDescription > getAttributeDescriptions ()
 

Public Attributes

glm::vec3 pos
 
glm::vec3 normal
 
glm::vec2 texCoord
 

Member Function Documentation

◆ getAttributeDescriptions()

static std::vector< VkVertexInputAttributeDescription > PlayerModel::Vertex::getAttributeDescriptions ( )
inlinestatic

◆ getBindingDescription()

static VkVertexInputBindingDescription PlayerModel::Vertex::getBindingDescription ( )
inlinestatic

Member Data Documentation

◆ normal

glm::vec3 PlayerModel::Vertex::normal

◆ pos

glm::vec3 PlayerModel::Vertex::pos

◆ texCoord

glm::vec2 PlayerModel::Vertex::texCoord

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