aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Stefanov <stefan.karolev1@gmail.com>2024-10-12 20:01:27 +0300
committerStefan Stefanov <stefan.karolev1@gmail.com>2024-10-12 20:01:27 +0300
commitf112c27f7d67c8e7c151b7d599013bd6f0c4bf86 (patch)
tree5673cbd75488b6f8924d0ede495d496cad709d05
parent8006ba919e201bd2eed944e485e43e2d9781043a (diff)
rlgl: Add `EnableColorBlend()`
-rw-r--r--vendor/raylib/rlgl/rlgl.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/raylib/rlgl/rlgl.odin b/vendor/raylib/rlgl/rlgl.odin
index cef31c238..9d4682294 100644
--- a/vendor/raylib/rlgl/rlgl.odin
+++ b/vendor/raylib/rlgl/rlgl.odin
@@ -438,6 +438,7 @@ foreign lib {
BlitFramebuffer :: proc(srcX, srcY, srcWidth, srcHeight, dstX, dstY, dstWidth, dstHeight, bufferMask: c.int) --- // Blit active framebuffer to main framebuffer
// General render state
+ EnableColorBlend :: proc() --- // Enable color blending
DisableColorBlend :: proc() --- // Disable color blending
EnableDepthTest :: proc() --- // Enable depth test
DisableDepthTest :: proc() --- // Disable depth test