خانه > comp > gb.opengl > gl > listbase 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar id vi ko ja ru zh zh_TW eo
قبلی  بعدی  ویرایش  تغییر نام  واگرد  Search  سرپرستی  
مستندات  
اخطار! این صفحه ترجمه نشده است.  مشاهده نسخه انگلیسی 
Gl.ListBase (gb.opengl)
Static Sub ListBase ( Index As Integer )

Set the display-list base for Gl.CallLists.

Parameters

base

Specifies an integer offset that will be added to Gl.CallLists offsets to generate display-list names. The initial value is 0.

Description

Gl.CallLists specifies an array of offsets. Display-list names are generated by adding base to each offset. Names that reference valid display lists are executed; the others are ignored.

Errors

Gl.INVALID_OPERATION is generated if Gl.ListBase is executed between the execution of Gl.Begin and the corresponding execution of Gl.End.

Associated Gets

Gl.Get with argument Gl.LIST_BASE

همچنین مشاهده کنید

Gl.CallLists

See original documentation on OpenGL website