tobspr / RenderPipeline

Physically Based Shading and Deferred Rendering for the Panda3D game engine
https://github.com/tobspr/RenderPipeline/wiki
Other
962 stars 132 forks source link

Fix IESDatasetTex error message #96

Closed bluekyu closed 6 years ago

bluekyu commented 6 years ago

I saw same error message in #80 on my Intel GPU, so I solved the issue. (I guess that NVIDIA optimizes the sampler is not used.)

And I did not test this on AMD, but I think this solves #80.

tobspr commented 6 years ago

Okay, cool, thanks!