SDEngine
Game Engine
Loading...
Searching...
No Matches
sd::components::Renderable Struct Reference

#include <components.hpp>

Public Attributes

U32 mesh_id = 0
 
U32 material_id = 0
 
I32 render_stage = 0
 
U32 view_mask = 0
 
float color [4] = {1.0f, 0.0f, 0.0f, 1.0f}
 

Member Data Documentation

◆ color

float sd::components::Renderable::color[4] = {1.0f, 0.0f, 0.0f, 1.0f}

◆ material_id

U32 sd::components::Renderable::material_id = 0

◆ mesh_id

U32 sd::components::Renderable::mesh_id = 0

◆ render_stage

I32 sd::components::Renderable::render_stage = 0

◆ view_mask

U32 sd::components::Renderable::view_mask = 0

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