mirror of
				https://github.com/raysan5/raylib.git
				synced 2025-11-04 01:34:19 +00:00 
			
		
		
		
	Minor tweaks
This commit is contained in:
		@@ -857,8 +857,8 @@ typedef enum {
 | 
			
		||||
    BLEND_ADD_COLORS,               // Blend textures adding colors (alternative)
 | 
			
		||||
    BLEND_SUBTRACT_COLORS,          // Blend textures subtracting colors (alternative)
 | 
			
		||||
    BLEND_ALPHA_PREMULTIPLY,        // Blend premultiplied textures considering alpha
 | 
			
		||||
    BLEND_CUSTOM,                   // Blend textures using custom src/dst factors (use rlSetBlendMode())
 | 
			
		||||
    BLEND_CUSTOM_SEPARATE           // Blend textures using custom rgb/alpha separate src/dst factors (use rlSetBlendModeSeparate())
 | 
			
		||||
    BLEND_CUSTOM,                   // Blend textures using custom src/dst factors (use rlSetBlendFactors())
 | 
			
		||||
    BLEND_CUSTOM_SEPARATE           // Blend textures using custom rgb/alpha separate src/dst factors (use rlSetBlendFactorsSeparate())
 | 
			
		||||
} BlendMode;
 | 
			
		||||
 | 
			
		||||
// Gesture
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user