shadeable/example_shaders/simple.shade

15 lines
170 B
Plaintext

// This gets executed for each pixel on the buffer
const VERSION = 0.5;
fn main(){
let abcd = RGBA(0, 33, 0, 0);
// print(rand_float());
PIXEL_RGBA;
}