Texture2D.Filter Enum
Module: cc
The texture filter mode
Index
LINEARNEAREST
Details
LINEAR
The constant variable equals gl.LINEAR for texture
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/assets/CCTexture2D.js:158 |
NEAREST
The constant variable equals gl.NEAREST for texture
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/assets/CCTexture2D.js:165 |