Module: Clutter::TextureQuality
- Defined in:
- (unknown)
Constant Summary collapse
- LOW =
fastest rendering will use nearest neighbour interpolation when rendering. good setting.
0 or :low
- MEDIUM =
higher quality rendering without using extra resources.
1 or :medium
- HIGH =
render the texture with the best quality available using extra memory.
2 or :high