From ae6730195d0a7ccce9b4a08d18627b1842c63ba2 Mon Sep 17 00:00:00 2001 From: Jimmy Yang Date: Tue, 23 Aug 2022 13:57:50 -0700 Subject: [PATCH] Add a missing attribute for rectangle command --- docs/graphicsprocessingunitgpu.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/graphicsprocessingunitgpu.md b/docs/graphicsprocessingunitgpu.md index 95be420..de913f5 100644 --- a/docs/graphicsprocessingunitgpu.md +++ b/docs/graphicsprocessingunitgpu.md @@ -261,6 +261,7 @@ The Rectangle command can be decoded using the following bitfield: 28-27 sss rectangle size 26 1/0 textured / untextured 25 1/0 semi-transparent / opaque + 24 1/0 raw texture / modulation 23-0 rgb first color value. ```