GLES10.GlNormal3f(Single, Single, Single) Method

Definition

[Android.Runtime.Register("glNormal3f", "(FFF)V", "")]
public static void GlNormal3f (float nx, float ny, float nz);
[<Android.Runtime.Register("glNormal3f", "(FFF)V", "")>]
static member GlNormal3f : single * single * single -> unit

Parameters

nx
Single
ny
Single
nz
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.

Applies to