rlgl: Add EnableColorBlend()

This commit is contained in:
Stefan Stefanov
2024-10-12 20:01:27 +03:00
parent 8006ba919e
commit f112c27f7d

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