5fc3d465
by Francisco Casas at 2026-04-16T17:57:10+02:00
vd3d-shader/ir: Support texreg2ar, texreg2gb, and texreg2rgb.
todo(mvk<1.4.0) was added to the last test because we get the following error
on the Mac runner:
program_source:16:125: error: cannot reserve 'texture' resource locations at index 0
fragment main0_out main0(main0_in in [[stage_in]], array<texture2d<float>, 2> t0 [[texture(0)]],
array<texture3d<float>, 2> t1 [[texture(0)]], sampler s0 [[sampler(0)]],
sampler s1 [[sampler(1)]])