Open Dev Kit Documentation :: OpenGL :: Uniform 1f
OpenGL.Uniform1f( Location Integer, V0 Float )Specify the value of a uniform variable for the current program object
Parameters
- Location Integer
- Specifies the location of the uniform variable to be modified
- V0 Float
- Specifies the new values to be used for the specified uniform variable
Return Value
- Nothing
If you think anything is missing, please feel free to: submit documentation feedback on this page
