libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
GuiTexture.h File Reference
#include "ship/resource/Resource.h"
#include <stb_image.h>
Include dependency graph for GuiTexture.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Ship::GuiTextureMetadata
 Metadata describing a GUI texture after it has been uploaded to the renderer. More...
 
class  Ship::GuiTexture
 A resource representing a texture intended for use in the GUI (ImGui). More...
 

Namespaces

namespace  Ship
 Core namespace for the libultraship engine framework.
 

Macros

#define RESOURCE_TYPE_GUI_TEXTURE   0x47544558
 Resource type identifier for GUI texture resources (ASCII: "GTEX").
 

Macro Definition Documentation

◆ RESOURCE_TYPE_GUI_TEXTURE

#define RESOURCE_TYPE_GUI_TEXTURE   0x47544558

Resource type identifier for GUI texture resources (ASCII: "GTEX").