We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9fa000 commit a4634c0Copy full SHA for a4634c0
1 file changed
libctru/include/3ds/gpu/enums.h
@@ -368,7 +368,8 @@ typedef enum
368
GPU_ADD_SIGNED = 0x03, ///< Signed add.
369
GPU_INTERPOLATE = 0x04, ///< Interpolate.
370
GPU_SUBTRACT = 0x05, ///< Subtract.
371
- GPU_DOT3_RGB = 0x06, ///< Dot3. RGB only.
+ GPU_DOT3_RGB = 0x06, ///< Dot3. Scalar result is written to RGB only.
372
+ GPU_DOT3_RGBA = 0x07, ///< Dot3. Scalar result is written to RGBA.
373
GPU_MULTIPLY_ADD = 0x08, ///< Multiply then add.
374
GPU_ADD_MULTIPLY = 0x09, ///< Add then multiply.
375
} GPU_COMBINEFUNC;
0 commit comments