GL.Material 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.
Overloads
Material(All, All, Single) | |
Material(All, All, Single*) | |
Material(All, All, Single[]) |
Material(All, All, Single)
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glMaterialf", Version="1.1")]
public static void Material (OpenTK.Graphics.ES11.All face, OpenTK.Graphics.ES11.All pname, float param);
static member Material : OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * single -> unit
Parameters
- face
- All
- pname
- All
- param
- Single
- Attributes
Applies to
Material(All, All, Single*)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glMaterialfv", Version="1.1")]
[System.CLSCompliant(false)]
public static void Material (OpenTK.Graphics.ES11.All face, OpenTK.Graphics.ES11.All pname, float* params);
static member Material : OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * nativeptr<single> -> unit
Parameters
- face
- All
- pname
- All
- params
- Single*
- Attributes
Applies to
Material(All, All, Single[])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glMaterialfv", Version="1.1")]
public static void Material (OpenTK.Graphics.ES11.All face, OpenTK.Graphics.ES11.All pname, float[] params);
static member Material : OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * single[] -> unit
Parameters
- face
- All
- pname
- All
- params
- Single[]
- Attributes