GL.StencilFunc Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
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
Параметры
- func
- All
- ref
- Int32
- mask
- Int32
- Атрибуты
Применяется к
StencilFunc(All, Int32, UInt32)
Важно!
Этот API несовместим с 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
Параметры
- func
- All
- ref
- Int32
- mask
- UInt32
- Атрибуты