fixed typo: aproximation to approximation (#2163)
This commit is contained in:
parent
4d3c79f91f
commit
478b70e53e
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ typedef enum {
|
||||||
// NOTE 1: Filtering considers mipmaps if available in the texture
|
// NOTE 1: Filtering considers mipmaps if available in the texture
|
||||||
// NOTE 2: Filter is accordingly set for minification and magnification
|
// NOTE 2: Filter is accordingly set for minification and magnification
|
||||||
typedef enum {
|
typedef enum {
|
||||||
RL_TEXTURE_FILTER_POINT = 0, // No filter, just pixel aproximation
|
RL_TEXTURE_FILTER_POINT = 0, // No filter, just pixel approximation
|
||||||
RL_TEXTURE_FILTER_BILINEAR, // Linear filtering
|
RL_TEXTURE_FILTER_BILINEAR, // Linear filtering
|
||||||
RL_TEXTURE_FILTER_TRILINEAR, // Trilinear filtering (linear with mipmaps)
|
RL_TEXTURE_FILTER_TRILINEAR, // Trilinear filtering (linear with mipmaps)
|
||||||
RL_TEXTURE_FILTER_ANISOTROPIC_4X, // Anisotropic filtering 4x
|
RL_TEXTURE_FILTER_ANISOTROPIC_4X, // Anisotropic filtering 4x
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue