Function

Coglcreate_shader

deprecated: 1.16 

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.

Deprecated since: 1.16

Use CoglSnippet api.

Parameters

shader_type

Type: CoglShaderType

COGL_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.