Import line: | Cogl = imports.gi.Cogl; |
GIR File: | Cogl-1.0.gir |
C documentation: | CoglMaterialFilter |
Enum : | MaterialFilter |
Properties | |
---|---|
guint32 Cogl.MaterialFilter.LINEAR : 9729
|
|
guint32 Cogl.MaterialFilter.LINEAR_MIPMAP_LINEAR : 9987
|
|
guint32 Cogl.MaterialFilter.LINEAR_MIPMAP_NEAREST : 9985
|
|
guint32 Cogl.MaterialFilter.NEAREST : 9728
|
|
guint32 Cogl.MaterialFilter.NEAREST_MIPMAP_LINEAR : 9986
|
|
guint32 Cogl.MaterialFilter.NEAREST_MIPMAP_NEAREST : 9984
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Cogl.Material
Method |
Changes the decimation and interpolation filters used when a texture is
drawn at other scales than 100%. |
Cogl.MaterialLayer
Method |
get_mag_filter
()
:
Cogl.MaterialFilter
Queries the currently set downscaling filter for a material later
|
Cogl.MaterialLayer
Method |
get_min_filter
()
:
Cogl.MaterialFilter
Queries the currently set downscaling filter for a material layer
|