From 2f6ed260bea8f18ca570780ffe22ff6806bf856a Mon Sep 17 00:00:00 2001 From: Kevin McCullough Date: Thu, 16 Jul 2020 12:18:05 -0700 Subject: [PATCH] Replacing non-ascii characters with - --- renderdoc/driver/gl/gl_resources.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/renderdoc/driver/gl/gl_resources.cpp b/renderdoc/driver/gl/gl_resources.cpp index 0851e7f64..e4d41f51d 100644 --- a/renderdoc/driver/gl/gl_resources.cpp +++ b/renderdoc/driver/gl/gl_resources.cpp @@ -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