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

Cached texture metadata tracked per texture id. More...

#include <gfx_opengl.h>

Public Attributes

uint16_t width
 
uint16_t height
 
uint16_t filtering
 

Detailed Description

Cached texture metadata tracked per texture id.

Member Data Documentation

◆ filtering

uint16_t Fast::TextureInfo::filtering

◆ height

uint16_t Fast::TextureInfo::height

◆ width

uint16_t Fast::TextureInfo::width

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