====== GraphicsConfig_TextureFilterQuality ====== ===== Fields ===== ^ Field ^ Type ^ Offset ^ Description ^ Notes ^ | filter | ''u8'' | ''0x0'' | The texture filter level to use for this level. | This field uses the following enum: GRAPHICS_CONFIG_GX_TEXTURE_FILTER | | pad1 | ''dummy8'' | ''0x1'' | | This field is padding. | | maxAnisoLevel | ''u32'' | ''0x4'' | The maximum anisotropic level to use for texture filter quality. | | ===== Enums ===== ==== GRAPHICS_CONFIG_GX_TEXTURE_FILTER ==== ^ Option ^ Description ^ Notes ^ | ''0'' | Point | | | ''1'' | Bilinear | | | ''2'' | Trilinear | | | ''3'' | Anisotropic | |