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

#include <interpreter.h>

Public Attributes

uint32_t texture_id
 
uint8_t cms
 
uint8_t cmt
 
bool linear_filter
 
std::list< structTextureCacheMapIter >::iterator lru_location
 

Member Data Documentation

◆ cms

uint8_t Fast::TextureCacheValue::cms

◆ cmt

uint8_t Fast::TextureCacheValue::cmt

◆ linear_filter

bool Fast::TextureCacheValue::linear_filter

◆ lru_location

std::list<structTextureCacheMapIter>::iterator Fast::TextureCacheValue::lru_location

◆ texture_id

uint32_t Fast::TextureCacheValue::texture_id

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