VEX Engine
Retro looking game engine made in vulkan mostly because i wanted to understand it better.
Loading...
Searching...
No Matches
vex::BillboardItem Struct Reference

Struct to hold information about a billboard render item. More...

#include <Renderer.hpp>

Public Attributes

vex::Entity entity
uint32_t texID

Detailed Description

Struct to hold information about a billboard render item.

Definition at line 34 of file Renderer.hpp.

Member Data Documentation

◆ entity

vex::Entity vex::BillboardItem::entity

Definition at line 35 of file Renderer.hpp.

◆ texID

uint32_t vex::BillboardItem::texID

Definition at line 36 of file Renderer.hpp.


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