Is glBindBuffer equivalent for glBindBufferARB?
Are enumerations (e.g. GL_ARRAY_BUFFER and GL_ARRAY_BUFFER_ARB) equivalent? Is it possible to use the non-_ARB variable in glBindBufferARB?
Is it possible to mix + match glBindBuffer () calls with glBindBufferARB ()?
ALSO: if the card supports the _ARB extension, does it always support the main GL function, even if its OpenGL version is not updated?
In general, this is illogical, because the basic functionality and extensions are not replaced, even if they have the same name (one of the notable examples is a primitive restart).
, ... , "" (.. , t ).
, ARB, . ARB, OpenGL-, - , , , .
Source: https://habr.com/ru/post/1790326/More articles:PHP, XML - Получить дочерние узлы и их атрибуты - domUsing @RunAs in my EJB schedulers - schedulerAt Hopscotch, how do you find message senders? - newspeakHQL issue with hasMany String - findHow do you set wild card in vim custom mapping? - vimI'm right? - expression C - cDijkstra's Algorithm Question - c ++UINavigationBar return button does not appear - iphoneMVC 3 Master / Detail UpdateModel inserts new detail records instead of updating existing records - asp.net-mvcSharePoint Web Service: You must select a list on the subscribe - c #All Articles