Enumeration
ClutterTextureQuality
Description [src]
Enumaration controlling the texture quality.
Available since: | 0.8 |
Deprecated since: | 1.22 |
The |
Members
Name | Description |
---|---|
CLUTTER_TEXTURE_QUALITY_LOW |
Fastest rendering will use nearest neighbour interpolation when rendering. good setting. |
CLUTTER_TEXTURE_QUALITY_MEDIUM |
Higher quality rendering without using extra resources. |
CLUTTER_TEXTURE_QUALITY_HIGH |
Render the texture with the best quality available using extra memory. |