Skip to content

forcing color table sampling to be serial inside rendering lib

The color table interface is useful, but its hard to prevent people from using it without compiling it with cuda. Incorrect use causes all subsequent calls to the GPU to fail. This enable safer use of the rendering library.

Merge request reports