Files
renderdoc/renderdoc
baldurk 4b3e583b16 Make sure curType is set for ARB_dsa entry point, don't rely on create.
* 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.
2016-08-15 19:56:01 +02:00
..
2016-08-02 19:17:10 +02:00