GL.DepthFunc Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
DepthFunc(All) |
Obsoleti.
|
DepthFunc(DepthFunction) |
DepthFunc(All)
Attenzione
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
Parametri
- func
- All
- Attributi
Si applica 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
Parametri
- func
- DepthFunction
- Attributi