소스 검색

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