Merge pull request #4368 from bersK/rlgl-binding-enablecolorblending-fix

[vendor:raylib/rlgl] Add `EnableColorBlend()` binding
This commit is contained in:
gingerBill
2024-10-13 13:21:27 +01:00
committed by GitHub

View File

@@ -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