瀏覽代碼

Remove incorrect sentence from shader preprocessor.

Yuri Rubinsky 3 年之前
父節點
當前提交
a961efbc75
共有 1 個文件被更改,包括 0 次插入2 次删除
  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`.
 
-`#undef directive_name`
-
 The `#undef` directive may be used to cancel the previously defined `#define` directive: 
 
 .. code-block:: glsl