mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-14 06:23:55 +01:00
6 lines
183 B
Plaintext
6 lines
183 B
Plaintext
|
/// @description Sets the blend mode for drawing.
|
||
|
/// @param mode The blend mode constant to set to
|
||
|
function draw_enable_alphablend(argument0) {
|
||
|
gpu_set_blendenable( argument0 );
|
||
|
}
|