Function
Coglcreate_shader
deprecated: 1.16 since: 14
Declaration [src]
CoglShader*
cogl_create_shader (
CoglShaderType shader_type
)
Description [src]
Create a new shader handle, use cogl_shader_source() to set the
source code to be used on it.
Available since: 14
Deprecated since: 1.16
Use CoglSnippet api.
Parameters
shader_type-
Type:
CoglShaderTypeCOGL_SHADER_TYPE_VERTEX or COGL_SHADER_TYPE_FRAGMENT.
Return value
Type: CoglShader
A new shader handle.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |