| Import line: | Cogl = imports.gi.Cogl; |
| GIR File: | Cogl-1.0.gir |
| C documentation: | CoglMaterialFilter |
| Enum : | MaterialFilter |
| Show / Hide Inherited methods, properties and signals |
| Properties | |
|---|---|
|
Number Cogl.MaterialFilter.LINEAR : 9729
|
|
|
Number Cogl.MaterialFilter.LINEAR_MIPMAP_LINEAR : 9987
|
|
|
Number Cogl.MaterialFilter.LINEAR_MIPMAP_NEAREST : 9985
|
|
|
Number Cogl.MaterialFilter.NEAREST : 9728
|
|
|
Number Cogl.MaterialFilter.NEAREST_MIPMAP_LINEAR : 9986
|
|
|
Number Cogl.MaterialFilter.NEAREST_MIPMAP_NEAREST : 9984
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Cogl
Method |
Queries the currently set downscaling filter for a material later
|
|
Cogl
Method |
Queries the currently set downscaling filter for a material layer
|
|
Cogl
Method |
Cogl.material_set_layer_filters
(void* material, Number layer_index, MaterialFilter min_filter, MaterialFilter mag_filter)
:
none
Changes the decimation and interpolation filters used when a texture is drawn at other scales than 100%.
|