GL.StencilFunc 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
StencilFunc(All, Int32, Int32) |
Veraltet.
|
StencilFunc(All, Int32, UInt32) |
Veraltet.
|
StencilFunc(StencilFunction, Int32, Int32) | |
StencilFunc(StencilFunction, Int32, UInt32) |
StencilFunc(All, Int32, Int32)
Achtung
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glStencilFunc", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void StencilFunc (OpenTK.Graphics.ES20.All func, int ref, int mask);
static member StencilFunc : OpenTK.Graphics.ES20.All * int * int -> unit
Parameter
- func
- All
- ref
- Int32
- mask
- Int32
- Attribute
Gilt für:
StencilFunc(All, Int32, UInt32)
Achtung
Use the overload with strongly typed enumerations
Wichtig
Diese API ist nicht CLS-kompatibel.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glStencilFunc", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void StencilFunc (OpenTK.Graphics.ES20.All func, int ref, uint mask);
static member StencilFunc : OpenTK.Graphics.ES20.All * int * uint32 -> unit
Parameter
- func
- All
- ref
- Int32
- mask
- UInt32
- Attribute
Gilt für:
StencilFunc(StencilFunction, Int32, Int32)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glStencilFunc", Version="2.0")]
public static void StencilFunc (OpenTK.Graphics.ES20.StencilFunction func, int ref, int mask);
static member StencilFunc : OpenTK.Graphics.ES20.StencilFunction * int * int -> unit
Parameter
- func
- StencilFunction
- ref
- Int32
- mask
- Int32
- Attribute
Gilt für:
StencilFunc(StencilFunction, Int32, UInt32)
Wichtig
Diese API ist nicht CLS-kompatibel.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glStencilFunc", Version="2.0")]
[System.CLSCompliant(false)]
public static void StencilFunc (OpenTK.Graphics.ES20.StencilFunction func, int ref, uint mask);
static member StencilFunc : OpenTK.Graphics.ES20.StencilFunction * int * uint32 -> unit
Parameter
- func
- StencilFunction
- ref
- Int32
- mask
- UInt32
- Attribute