Module cgl_rs::graphics

source ·
Expand description

The CGL Graphics Module

Modules

  • The text module contains the text rendering, font loading functionality of CGL
  • The CGL Widgets Module. This is powered by th epowerful cgl widgets batch renderer.

Structs

Enums

  • The texture data type used by CGL These are reflections of OpenGL’s enum values You can also use the _i version of methods to pass integers directly instead of enums
  • The texture format used by CGL These are reflections of OpenGL’s enum values You can also use the _i version of methods to pass integers directly instead of enums
  • The texture internal format used by CGL These are reflections of OpenGL’s enum values You can also use the _i version of methods to pass integers directly instead of enums
  • The texture scaling mode used by CGL These are reflections of OpenGL’s enum values You can also use the _i version of methods to pass integers directly instead of enums
  • The texture wrapping mode used by CGL These are reflections of OpenGL’s enum values You can also use the _i version of methods to pass integers directly instead of enums

Functions

Type Definitions