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

Metal texture object metadata tracked by the renderer cache. More...

#include <gfx_metal.h>

Public Attributes

MTL::Texture * texture
 
MTL::Texture * msaaTexture
 
MTL::SamplerState * sampler
 
uint32_t width
 
uint32_t height
 
uint32_t filtering
 
bool linear_filtering
 

Detailed Description

Metal texture object metadata tracked by the renderer cache.

Member Data Documentation

◆ filtering

uint32_t Fast::TextureDataMetal::filtering

◆ height

uint32_t Fast::TextureDataMetal::height

◆ linear_filtering

bool Fast::TextureDataMetal::linear_filtering

◆ msaaTexture

MTL::Texture* Fast::TextureDataMetal::msaaTexture

◆ sampler

MTL::SamplerState* Fast::TextureDataMetal::sampler

◆ texture

MTL::Texture* Fast::TextureDataMetal::texture

◆ width

uint32_t Fast::TextureDataMetal::width

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