GLES31.GlProgramUniform4f Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Android.Runtime.Register("glProgramUniform4f", "(IIFFFF)V", "")]
public static void GlProgramUniform4f (int program, int location, float v0, float v1, float v2, float v3);
[<Android.Runtime.Register("glProgramUniform4f", "(IIFFFF)V", "")>]
static member GlProgramUniform4f : int * int * single * single * single * single -> unit
Parameters
- program
- Int32
- location
- Int32
- v0
- Single
- v1
- Single
- v2
- Single
- v3
- Single
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.