GL.StencilMaskSeparate Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
StencilMaskSeparate(All, Int32) |
Obsolète.
|
StencilMaskSeparate(All, UInt32) |
Obsolète.
|
StencilMaskSeparate(CullFaceMode, Int32) | |
StencilMaskSeparate(CullFaceMode, UInt32) |
StencilMaskSeparate(All, Int32)
Attention
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
Paramètres
- face
- All
- mask
- Int32
- Attributs
S’applique à
StencilMaskSeparate(All, UInt32)
Attention
Use the overload with strongly typed enumerations
Important
Cette API n’est pas conforme CLS.
[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
Paramètres
- face
- All
- mask
- UInt32
- Attributs
S’applique à
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
Paramètres
- face
- CullFaceMode
- mask
- Int32
- Attributs
S’applique à
StencilMaskSeparate(CullFaceMode, UInt32)
Important
Cette API n’est pas conforme CLS.
[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
Paramètres
- face
- CullFaceMode
- mask
- UInt32
- Attributs