ableos/shadeable/shaders/simple.shade

11 lines
116 B
Plaintext
Raw Normal View History

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