Compartilhar via


GL.StencilFunc Método

Definição

Sobrecargas

StencilFunc(All, Int32, Int32)
StencilFunc(All, Int32, UInt32)

StencilFunc(All, Int32, Int32)

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glStencilFunc", Version="1.1")]
public static void StencilFunc (OpenTK.Graphics.ES11.All func, int ref, int mask);
static member StencilFunc : OpenTK.Graphics.ES11.All * int * int -> unit

Parâmetros

func
All
ref
Int32
mask
Int32
Atributos

Aplica-se a

StencilFunc(All, Int32, UInt32)

Importante

Esta API não está em conformidade com CLS.

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glStencilFunc", Version="1.1")]
[System.CLSCompliant(false)]
public static void StencilFunc (OpenTK.Graphics.ES11.All func, int ref, uint mask);
static member StencilFunc : OpenTK.Graphics.ES11.All * int * uint32 -> unit

Parâmetros

func
All
ref
Int32
mask
UInt32
Atributos

Aplica-se a