ableos/shadeable/shaders/simple.shade

11 lines
116 B
Plaintext
Raw Normal View History

2022-01-16 19:42:11 -06:00
const VERSION = 0.5;
fn main(){
let abcd = RGBA(0, 33, 0, 0);
// print(rand_float());
PIXEL_RGBA;
}