Browse Source

Merge pull request #6067 from Chaosus/shader_pp_fix

Yuri Rubinsky 3 years ago
parent
commit
c85cf57113
1 changed files with 0 additions and 2 deletions
  1. 0 2
      tutorials/shaders/shader_reference/shader_preprocessor.rst

+ 0 - 2
tutorials/shaders/shader_reference/shader_preprocessor.rst

@@ -95,8 +95,6 @@ Used as terminator for the `#if`, `#ifdef`, `#ifndef` or subsequent `#else` dire
 ^^^^^^
 ^^^^^^
 \ **Syntax:** `#undef identifier`.
 \ **Syntax:** `#undef identifier`.
 
 
-`#undef directive_name`
-
 The `#undef` directive may be used to cancel the previously defined `#define` directive: 
 The `#undef` directive may be used to cancel the previously defined `#define` directive: 
 
 
 .. code-block:: glsl
 .. code-block:: glsl