Ver código fonte

rlgl: Add `EnableColorBlend()`

Stefan Stefanov 10 meses atrás
pai
commit
f112c27f7d
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      vendor/raylib/rlgl/rlgl.odin

+ 1 - 0
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