Add support for texture rectangles. See gl-330-texture-rect

This commit is contained in:
baldurk
2014-12-01 22:55:35 +00:00
parent b0e36c551e
commit c51fade47a
8 changed files with 73 additions and 31 deletions
+1
View File
@@ -55,6 +55,7 @@ namespace renderdoc
Texture1D,
Texture1DArray,
Texture2D,
TextureRect,
Texture2DArray,
Texture2DMS,
Texture2DMSArray,