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

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

#include <Renderer.hpp>

Public Attributes

vex::Entity entity
uint32_t modelIndex

Detailed Description

Struct to hold information about a render item.

Definition at line 28 of file Renderer.hpp.

Member Data Documentation

◆ entity

vex::Entity vex::RenderItem::entity

Definition at line 29 of file Renderer.hpp.

◆ modelIndex

uint32_t vex::RenderItem::modelIndex

Definition at line 30 of file Renderer.hpp.


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