|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
Porting Stencil Plane Calls
In OpenGL, you allocate stencil planes by requesting the appropriate pixel format with auxInitDisplayMode or ChoosePixelFormat. The following table lists IRIS GL functions that affect the stencil planes and their OpenGL equivalents.
IRIS GL Function OpenGL Function Meaning stensize ChoosePixelFormat ѕ stencil(TRUE, ...) glEnable(GL_STENCIL_TEST) Enable stencil tests. stencil glStencilOp Set stencil test actions. stencil(... func, ...) glStencilFunc Set function and reference value for stencil testing. swritemask glStencilMask Specify which stencil bits can be written. ѕ glClearStencil Specify the clear value for the stencil buffer. sclear glClear(GL_STENCIL_BUFFER_BIT) ѕ
Stencil-comparison functions and stencil pass/fail operations are nearly equivalent in OpenGL and IRIS GL. The IRIS GL stencil-function flags are prefaced with SF, the OpenGL flags with GL. IRIS GL pass/fail operation flags are prefaced with ST, the OpenGL flags with GL.
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
Перенесение Вызовов Плоскости Шаблона
В OpenGL, Вы распределяете планы шаблона запрашивая подходящий формат пикселя с auxInitDisplayMode или ChoosePixelFormat. Следующая таблица включает функции IRIS GL, что влиять на планы шаблона и их эквивалентов OpenGL.
ИРИС GL Функциональной Функции OpenGL, означающий stensize ChoosePixelFormat U шаблон(ИСТИНА,...) glEnable(GL_STENCIL_TEST) Допустимые тесты шаблона. шаблон glStencilOp был Установлен действия теста шаблона. шаблон(... func,...) glStencilFunc БЫЛ УСТАНОВЛЕН функциональная и величина ссылки для испытания шаблона. swritemask glStencilMask Определяет, что какие биты шаблона могут быть записаны. U glClearStencil ОПРЕДЕЛЯЕТ ясную величину для буфера шаблона. sclear glClear(GL_STENCIL_BUFFER_BIT) U
Шаблон-сравнение функционирует и проход/шаблон терпит неудачу операции являться почти эквивалентом в OpenGL и IRIS GL. ИРИС GL шаблон-функциональные флаги - prefaced с SF, флаги OpenGL с GL. ПРОХОД/ИРИС GL терпит неудачу операцию, флаги - prefaced с СТ., флаги OpenGL с GL.
| |
|
|
| |