Skip to content
  • Vlad Zahorodnii's avatar
    Rename GLRenderTarget to GLFramebuffer · 992753c2
    Vlad Zahorodnii authored
    GLRenderTarget doesn't provide a generic abstraction for framebuffer
    objects, so let's call GLRenderTarget what it is - a framebuffer.
    
    Renaming the GLRenderTarget class allows us to use the term "render
    target" which abstracts fbos or shm images without creating confusion.
    992753c2