Just™ Game Engine
Public Attributes | List of all members
jng::Renderer2D::DrawCircleProperties Struct Reference

#include <renderer2d.hpp>

Public Attributes

const glm::vec3 * vertexPositions
 
const glm::vec2 * localVertexPositions
 
f32 thickness
 
f32 fade
 
u32 color
 
s32 entityID = -1
 

Member Data Documentation

◆ color

u32 jng::Renderer2D::DrawCircleProperties::color

◆ entityID

s32 jng::Renderer2D::DrawCircleProperties::entityID = -1

◆ fade

f32 jng::Renderer2D::DrawCircleProperties::fade

◆ localVertexPositions

const glm::vec2* jng::Renderer2D::DrawCircleProperties::localVertexPositions

◆ thickness

f32 jng::Renderer2D::DrawCircleProperties::thickness

◆ vertexPositions

const glm::vec3* jng::Renderer2D::DrawCircleProperties::vertexPositions

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