Skip to content

Commit a4634c0

Browse files
oreo639fincs
authored andcommitted
Add GPU_DOT3_RGBA texture combiner function
1 parent e9fa000 commit a4634c0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

libctru/include/3ds/gpu/enums.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,8 @@ typedef enum
368368
GPU_ADD_SIGNED = 0x03, ///< Signed add.
369369
GPU_INTERPOLATE = 0x04, ///< Interpolate.
370370
GPU_SUBTRACT = 0x05, ///< Subtract.
371-
GPU_DOT3_RGB = 0x06, ///< Dot3. RGB only.
371+
GPU_DOT3_RGB = 0x06, ///< Dot3. Scalar result is written to RGB only.
372+
GPU_DOT3_RGBA = 0x07, ///< Dot3. Scalar result is written to RGBA.
372373
GPU_MULTIPLY_ADD = 0x08, ///< Multiply then add.
373374
GPU_ADD_MULTIPLY = 0x09, ///< Add then multiply.
374375
} GPU_COMBINEFUNC;

0 commit comments

Comments
 (0)