libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
Ship::GuiTextureMetadata Struct Reference

Metadata describing a GUI texture after it has been uploaded to the renderer. More...

#include <GuiTexture.h>

Public Attributes

uint32_t RendererTextureId
 Renderer-assigned texture identifier (e.g. OpenGL texture name).
 
int32_t Width
 Width of the texture in pixels.
 
int32_t Height
 Height of the texture in pixels.
 

Detailed Description

Metadata describing a GUI texture after it has been uploaded to the renderer.

Member Data Documentation

◆ Height

int32_t Ship::GuiTextureMetadata::Height

Height of the texture in pixels.

◆ RendererTextureId

uint32_t Ship::GuiTextureMetadata::RendererTextureId

Renderer-assigned texture identifier (e.g. OpenGL texture name).

◆ Width

int32_t Ship::GuiTextureMetadata::Width

Width of the texture in pixels.


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