From f112c27f7d67c8e7c151b7d599013bd6f0c4bf86 Mon Sep 17 00:00:00 2001 From: Stefan Stefanov Date: Sat, 12 Oct 2024 20:01:27 +0300 Subject: [PATCH] rlgl: Add `EnableColorBlend()` --- vendor/raylib/rlgl/rlgl.odin | 1 + 1 file changed, 1 insertion(+) 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