mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-10 15:03:22 +00:00
rlgl: Add EnableColorBlend()
This commit is contained in:
1
vendor/raylib/rlgl/rlgl.odin
vendored
1
vendor/raylib/rlgl/rlgl.odin
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user