Check for incomplete textures on OpenGL. closes #214

This commit is contained in:
baldurk
2019-12-18 19:09:18 +00:00
parent 281a82148f
commit 7ff0796b89
8 changed files with 432 additions and 5 deletions
+5
View File
@@ -265,6 +265,11 @@ struct Texture
``1`` if stencil should be read.
)");
int32_t depthReadChannel = -1;
DOCUMENT(R"(The details of the texture's (in)completeness. If this string is empty, the texture is
complete. Otherwise it contains an explanation of why the texture is believed to be incomplete.
)");
rdcstr completeStatus;
};
DOCUMENT("Describes the sampler properties of a texture.");