Import line: | Cogl = imports.gi.Cogl; |
GIR File: | Cogl-1.0.gir |
C documentation: | CoglFeatureFlags |
Enum : | FeatureFlags |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Cogl.FeatureFlags.FOUR_CLIP_PLANES : 512
|
|
Number Cogl.FeatureFlags.OFFSCREEN : 64
|
|
Number Cogl.FeatureFlags.OFFSCREEN_BLIT : 256
|
|
Number Cogl.FeatureFlags.OFFSCREEN_MULTISAMPLE : 128
|
|
Number Cogl.FeatureFlags.PBOS : 4096
|
|
Number Cogl.FeatureFlags.SHADERS_GLSL : 32
|
|
Number Cogl.FeatureFlags.STENCIL_BUFFER : 1024
|
|
Number Cogl.FeatureFlags.TEXTURE_NPOT : 4
|
|
Number Cogl.FeatureFlags.TEXTURE_READ_PIXELS : 16
|
|
Number Cogl.FeatureFlags.TEXTURE_RECTANGLE : 2
|
|
Number Cogl.FeatureFlags.TEXTURE_YUV : 8
|
|
Number Cogl.FeatureFlags.UNSIGNED_INT_INDICES : 8192
|
|
Number Cogl.FeatureFlags.VBOS : 2048
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Cogl
Method |
Checks whether the given COGL features are available.
|
Cogl
Method |
Cogl.get_features
()
:
Cogl.FeatureFlags
Returns all of the features supported by COGL.
|