Part Number: TDA4VM
Hi! I want to show srv image without jagged edge. I trid to set SKIP and subsampleratio equal to 1. And made srv image better, but jagged edge still exited.
Appreciate your guidance here.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TDA4VM
Hi! I want to show srv image without jagged edge. I trid to set SKIP and subsampleratio equal to 1. And made srv image better, but jagged edge still exited.
Hello,
Depending on your needs, you can use multisampled render_to_texture
https://www.khronos.org/registry/OpenGL/extensions/EXT/EXT_multisampled_render_to_texture.txt
Alternatively, you can render SRV to offscreen and do a post processing anti aliasing pass like FXAA.
Regards
Hemant