OpenGL 4.4 Bindless textures

Started by JeGX, May 09, 2014, 05:01:21 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JeGX

The code sample pack includes now two simple demos of OpenGL 4.4 bindless textures:  host_api/GLSL_Bindless_Textures_OpenGL44/

The first demo uses two textures and shows how to set them as resident ( gh_texture.bindless_make_resident )
and how to read them from a pixel shader:


The second demo loads a pack of 32 textures and performs caustic animation.  The demo shows how to read an array of bindess textures in a pixel shader: