Inner Daemons
Inner Daemons
If I change naga's logic to use ``` // Current index to copy let val_i = if is_primitive { self.get_constant_scalar(crate::Literal::U32(0)) } else { let val_i = self.id_gen.next(); body.push(Instruction::load(u32_type_id, val_i, index_var,...
This shader ``` #version 450 #extension GL_EXT_mesh_shader : require const vec4[3] positions = {vec4(0., 1.0, 0., 1.0), vec4(-1.0, -1.0, 0., 1.0), vec4(1.0, -1.0, 0., 1.0)}; const vec4[3] colors = {vec4(0.,...
So that I remember: the tests started failing between 4b7ba3adc and 65be73b982dd591201dddf8225767b9d2faff7bd
Going to link #8670 here (I'm spamming this everywhere lol).