GL.StencilMaskSeparate Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
StencilMaskSeparate(All, Int32) |
Veraltet.
|
StencilMaskSeparate(All, UInt32) |
Veraltet.
|
StencilMaskSeparate(CullFaceMode, Int32) | |
StencilMaskSeparate(CullFaceMode, UInt32) |
StencilMaskSeparate(All, Int32)
Achtung
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glStencilMaskSeparate", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void StencilMaskSeparate (OpenTK.Graphics.ES20.All face, int mask);
static member StencilMaskSeparate : OpenTK.Graphics.ES20.All * int -> unit
Parameter
- face
- All
- mask
- Int32
- Attribute
Gilt für:
StencilMaskSeparate(All, UInt32)
Achtung
Use the overload with strongly typed enumerations
Wichtig
Diese API ist nicht CLS-kompatibel.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glStencilMaskSeparate", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void StencilMaskSeparate (OpenTK.Graphics.ES20.All face, uint mask);
static member StencilMaskSeparate : OpenTK.Graphics.ES20.All * uint32 -> unit
Parameter
- face
- All
- mask
- UInt32
- Attribute
Gilt für:
StencilMaskSeparate(CullFaceMode, Int32)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glStencilMaskSeparate", Version="2.0")]
public static void StencilMaskSeparate (OpenTK.Graphics.ES20.CullFaceMode face, int mask);
static member StencilMaskSeparate : OpenTK.Graphics.ES20.CullFaceMode * int -> unit
Parameter
- face
- CullFaceMode
- mask
- Int32
- Attribute
Gilt für:
StencilMaskSeparate(CullFaceMode, UInt32)
Wichtig
Diese API ist nicht CLS-kompatibel.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glStencilMaskSeparate", Version="2.0")]
[System.CLSCompliant(false)]
public static void StencilMaskSeparate (OpenTK.Graphics.ES20.CullFaceMode face, uint mask);
static member StencilMaskSeparate : OpenTK.Graphics.ES20.CullFaceMode * uint32 -> unit
Parameter
- face
- CullFaceMode
- mask
- UInt32
- Attribute