mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
Replacing non-ascii characters with -
This commit is contained in:
committed by
Baldur Karlsson
parent
a10f67f26a
commit
2f6ed260be
@@ -696,9 +696,9 @@ rdcstr GetTextureCompleteStatus(GLenum target, GLuint tex, GLuint sampler)
|
||||
* The minification filter requires a mipmap (is neither NEAREST nor LINEAR), and the texture is
|
||||
not mipmap complete. [RULE_12]
|
||||
* Any of
|
||||
– The internal format of the texture is integer (see table 8.12). [RULE_13]
|
||||
– The internal format is STENCIL_INDEX. [RULE_14]
|
||||
– The internal format is DEPTH_STENCIL, and the value of DEPTH_STENCIL_TEXTURE_MODE for the
|
||||
- The internal format of the texture is integer (see table 8.12). [RULE_13]
|
||||
- The internal format is STENCIL_INDEX. [RULE_14]
|
||||
- The internal format is DEPTH_STENCIL, and the value of DEPTH_STENCIL_TEXTURE_MODE for the
|
||||
texture is STENCIL_INDEX. [RULE_15]
|
||||
and either the magnification filter is not NEAREST, or the minification filter is neither
|
||||
NEAREST nor NEAREST_MIPMAP_NEAREST
|
||||
|
||||
Reference in New Issue
Block a user