|
libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
|
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 |
Metal texture object metadata tracked by the renderer cache.
| uint32_t Fast::TextureDataMetal::filtering |
| uint32_t Fast::TextureDataMetal::height |
| bool Fast::TextureDataMetal::linear_filtering |
| MTL::Texture* Fast::TextureDataMetal::msaaTexture |
| MTL::SamplerState* Fast::TextureDataMetal::sampler |
| MTL::Texture* Fast::TextureDataMetal::texture |
| uint32_t Fast::TextureDataMetal::width |