Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
TextureScaling.h File Reference

Enumerations

enum class  TEXTURE_SCALING { UNKNOWN , LINEAR , NEAREST }
 Specifies the types of texture scaling algorithms. More...
 

Enumeration Type Documentation

◆ TEXTURE_SCALING

enum class TEXTURE_SCALING
strong

Specifies the types of texture scaling algorithms.

Enumerator
UNKNOWN 

Unknown scaling method.

LINEAR 

Linear scaling method.

NEAREST 

Nearest-neighbor scaling method.