mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 06:38:47 +00:00
rlgl: Add EnableColorBlend()
This commit is contained in:
Vendored
+1
@@ -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
|
BlitFramebuffer :: proc(srcX, srcY, srcWidth, srcHeight, dstX, dstY, dstWidth, dstHeight, bufferMask: c.int) --- // Blit active framebuffer to main framebuffer
|
||||||
|
|
||||||
// General render state
|
// General render state
|
||||||
|
EnableColorBlend :: proc() --- // Enable color blending
|
||||||
DisableColorBlend :: proc() --- // Disable color blending
|
DisableColorBlend :: proc() --- // Disable color blending
|
||||||
EnableDepthTest :: proc() --- // Enable depth test
|
EnableDepthTest :: proc() --- // Enable depth test
|
||||||
DisableDepthTest :: proc() --- // Disable depth test
|
DisableDepthTest :: proc() --- // Disable depth test
|
||||||
|
|||||||
Reference in New Issue
Block a user