Enumeration

CoglShaderType

Declaration

enum Cogl.ShaderType

Description [src]

Types of shaders.

Members

COGL_SHADER_TYPE_VERTEX

A program for processing vertices.

  • Value: 0
  • Available since: 14
COGL_SHADER_TYPE_FRAGMENT

A program for processing fragments.

  • Value: 1
  • Available since: 14