Cleanup: spelling in comments

This commit is contained in:
2022-02-07 15:33:10 +11:00
parent 7e6066c9c3
commit 2b14aa0a39
6 changed files with 7 additions and 7 deletions

View File

@@ -130,7 +130,7 @@ enum class BuiltinBits {
GLOBAL_INVOCATION_ID = (1 << 5),
INSTANCE_ID = (1 << 6),
/**
* Allow setting the target layer when the output is a layered framebuffer.
* Allow setting the target layer when the output is a layered frame-buffer.
* \note Emulated through geometry shader on older hardware.
*/
LAYER = (1 << 7),