Skip to content

Commit

Permalink
Fix wrong documentation about GLSL #vergion ogre_glsl_ver_xxx
Browse files Browse the repository at this point in the history
Vulkan & OpenGL columns were swapped
  • Loading branch information
darksylinc committed Jul 24, 2024
1 parent b7af63f commit 5e954d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/src/manual/Rendering/RootLayouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ As a result we provide a few abstractions to separate these differences:
|---|---|---|
| `vulkan()` macro | Anything inside is kept | Anything inside is removed |
| `vulkan_layout()` macro | It is converted to `layout()` | It is removed |
| `#version ogre_glsl_ver_xxx` | The `ogre_glsl_ver_` part is removed and will be translated to `#version xxx` | Always converted to `#version 450` |
| `#version ogre_glsl_ver_xxx` | Always converted to `#version 450` | The `ogre_glsl_ver_` part is removed and will be translated to `#version xxx` |

### Example: {#RootLayoutsGLSLForGLandVKExample}

Expand Down

0 comments on commit 5e954d0

Please sign in to comment.