RunicVTT Open Source Virtual Tabletop for TTRPG using P2P
Loading...
Searching...
No Matches
TextureComponent Struct Reference

#include <Components.h>

Collaboration diagram for TextureComponent:

Public Attributes

GLuint textureID
 
std::string image_path
 
glm::vec2 size
 

Detailed Description

Definition at line 44 of file Components.h.

Member Data Documentation

◆ image_path

std::string TextureComponent::image_path

Definition at line 47 of file Components.h.

◆ size

glm::vec2 TextureComponent::size

Definition at line 48 of file Components.h.

◆ textureID

GLuint TextureComponent::textureID

Definition at line 46 of file Components.h.


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