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

#include <interpreter.h>

Public Attributes

uint16_t width
 
uint16_t height
 
float h_byte_scale = 1
 
float v_pixel_scale = 1
 
std::shared_ptr< Fast::Textureresource
 
Fast::TextureType type
 

Member Data Documentation

◆ h_byte_scale

float Fast::RawTexMetadata::h_byte_scale = 1

◆ height

uint16_t Fast::RawTexMetadata::height

◆ resource

std::shared_ptr<Fast::Texture> Fast::RawTexMetadata::resource

◆ type

Fast::TextureType Fast::RawTexMetadata::type

◆ v_pixel_scale

float Fast::RawTexMetadata::v_pixel_scale = 1

◆ width

uint16_t Fast::RawTexMetadata::width

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