This file contains the implementation of the ImageFrame class. More...
#include <raptiquax.h>
#include <classes/classes.h>
#include <math/math_util.h>
#include <io/model.h>
#include <storage/node.h>
#include <io/shader.h>
#include <render/render.h>
#include <window.h>
#include <gui/frame.h>
Classes | |
class | ImageFrame |
Represents an image frame. More... | |
This file contains the implementation of the ImageFrame class.
This file contains the implementation of the ImageFrame class, which is used to handle and manipulate image frames within the application. The ImageFrame class provides functionalities to load, display, and manage image data in the context of the SDL and OpenGL framework.
It is used for rendering image frames in the graphical user interface and performing operations related to image processing and display.