Back to Seed Clases

Cogl


Classes

Interfaces

Structs

Unions

Enums

Enum Cogl.ShaderType

Import line: Cogl = imports.gi.Cogl;
GIR File: Cogl-1.0.gir
C documentation: CoglShaderType
Enum : ShaderType
  Show / Hide Inherited methods, properties and signals
Types of shaders
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Cogl
Method
Cogl.create_shader (ShaderType shader_type) : void*
Create a new shader handle, use cogl_shader_source to set the source code to be used on it.
Cogl
Method
Cogl.shader_get_type (void* handle) : Cogl.ShaderType
Retrieves the type of a shader CoglHandle
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:32:40 GMT+0800 (HKT)