ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

gl_uniform Struct Reference

#include <prog_uniform.h>

Data Fields

const charName
GLint VertPos
GLint FragPos
GLboolean Initialized

Detailed Description

Shader program uniform variable. The glGetUniformLocation() and glUniform() commands will use this information. Note that a uniform such as "binormal" might be used in both the vertex shader and the fragment shader. When glUniform() is called to set the uniform's value, it must be updated in both the vertex and fragment shaders. The uniform may be in different locations in the two shaders so we keep track of that here.

Definition at line 48 of file prog_uniform.h.


The documentation for this struct was generated from the following file:

Generated on Sun May 27 2012 06:21:03 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.