GL.DepthFunc Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
DepthFunc(All) |
Obsoleto.
|
DepthFunc(DepthFunction) |
DepthFunc(All)
Cuidado
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDepthFunc", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void DepthFunc (OpenTK.Graphics.ES20.All func);
static member DepthFunc : OpenTK.Graphics.ES20.All -> unit
Parâmetros
- func
- All
- Atributos
Aplica-se a
DepthFunc(DepthFunction)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDepthFunc", Version="2.0")]
public static void DepthFunc (OpenTK.Graphics.ES20.DepthFunction func);
static member DepthFunc : OpenTK.Graphics.ES20.DepthFunction -> unit
Parâmetros
- func
- DepthFunction
- Atributos