Browse By Tags

Sorry, but there are no more tags available to filter with.
  • Multi Render Target (MRT) with FBO

    I am trying to implement the multi render target effect of open gl 3 using a single FBO with multiple color attachment points. I am attaching 4 textures(loaded with images) to 4 color attachment points of the FBO. After this ia m trying to blit from the…