Skip to main content
1 of 2
RichmarIII
  • 88
  • 3
  • 14

How To Resize Existing Texture In OpenGL 4.3

I would like to know how to resize an existing OpenGL 4.3 texture while keeping the current contents. i'm using glTexImage2D(). Do I simply recall glTexImage2D() with nullptr for the data paramater? Thanks.

RichmarIII
  • 88
  • 3
  • 14