binding textures into the single faces with va and rendering it with single call

Started by
1 comment, last by yrse 22 years, 6 months ago
Is there available some glBindImagePointer () proc in ogl that can be used with va to control image bindings while rasterizing vertex array in one call?
Advertisement
i can bind images normal way with va, if i raster
geometry per triangle calling glDrawElements (), but
this way, va loose it effect. How to render large chunks of geometry in one glDrawElements () call and still control different images binding with it?
I don''t know, but you can try binding textures in loop.

This topic is closed to new replies.

Advertisement