bkloppenborg / simtoi

The SImulation and Modeling Tool for Optical Interferometry
GNU General Public License v3.0
7 stars 6 forks source link

Cannot initialize GL_TEXTURE_2D_ARRAY on Radeon R9 280x #73

Closed bkloppenborg closed 10 years ago

bkloppenborg commented 10 years ago

SIMTOI kept generating errors in CL-GL interop whenever I tried to initialize OpenGL storage using GL_TEXTURE_2D_ARRAYs. As a workaround, SIMTOI reverted to single layer 2D buffers in commit 1da1e4d. This should be explored in greater detail and, if possible, reverted so the CPhotometry class can render to multiple layers and compute sums in parallel.

bkloppenborg commented 10 years ago

This has been fixed in the development branch although I'm not sure about the exact commit.