cancel
Showing results for 
Search instead for 
Did you mean: 

OpenGL & Vulkan

blinkhawk
Journeyman III

TextureViews on rendertargets will render under the parent format instead of the textureView's format in AMD OpenGL Windows driver

I'm not sure if the developers are aware of this bug but I've had it a long time and have had to resort to glCopyImageSubData to avoid it. The issue occurs when you have a Texture of Format A and a Texture View of that Texture using format B. If I setup the TextureView as a renderTarget, the data rendered will be wrong and use the format of the parent texture. I have tested this in other drivers, including NVIDIA's and Intel's where it works correctly, so I'm assuming it's an AMD's driver bug.

0 Likes
1 Reply
dorisyan
Staff

Hi blinkhawk‌! Thanks for your report, it would be better if you could provide a minimal code that can reproduce this problem. 

0 Likes