Module glium::program

source ·
Expand description

Items related to creating an OpenGL program.

Structs

  • Information about an attribute of a program (except its name).
  • Represents the compiled binary data of a program.
  • Represents a compute shader command waiting to be dispatched.
  • A combination of compute shaders linked together.
  • A combination of shaders linked together.
  • Represents the source code of a program.
  • Represents an entry point of a binary SPIR-V module.
  • Represents a SPIR-V program. The shaders can refer to entry points in the same binary.
  • Contains all subroutine data of a program.
  • Information about a Subroutine Uniform (except name)
  • Describes the layout of a buffer that can receive transform feedback output.
  • Describes a varying that is being output with transform feedback.
  • Information about a uniform (except its name).
  • Information about a uniform block (except its name).

Enums

Functions