Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
Engine::Core::PackedVertex Struct Reference

#include <AssetManager.h>

Public Attributes

glm::vec3 position
uint32_t packedNormal
uint32_t packedColor
uint32_t packedTexCoord

Detailed Description

Definition at line 60 of file AssetManager.h.

Member Data Documentation

◆ packedColor

uint32_t Engine::Core::PackedVertex::packedColor

Definition at line 64 of file AssetManager.h.

◆ packedNormal

uint32_t Engine::Core::PackedVertex::packedNormal

Definition at line 63 of file AssetManager.h.

◆ packedTexCoord

uint32_t Engine::Core::PackedVertex::packedTexCoord

Definition at line 65 of file AssetManager.h.

◆ position

glm::vec3 Engine::Core::PackedVertex::position

Definition at line 62 of file AssetManager.h.


The documentation for this struct was generated from the following file:
  • /home/magerbeton/Documents/gl3-vulkan/Engine/include/Engine/Mesh/AssetManager.h