mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-16 15:00:47 +00:00
4b3e583b16
* If a texture is created with glCreateTextures, we set curType at that point. However it is valid to use a ARB_dsa texture storage function with a texture created via glGenTextures, at which point we need to be sure that curType is set when storage is allocated via one of these functions. * In valid GL, this is redundant work (since you can't retype), so we don't check that the type is the same.