Using Opengl for post processing with SDL_Renderer

Hello everyone! I am trying to use Opengl directly along with SDL_Renderer for post processing. Here is my code #include <glad/glad.h>#include <SDL3/SDL.h>#include "shader.h"using - Pastebin.com. Everything works fine on the Opengl side but the problem is that SDL is not drawing anything on the render texture.