:arrow_up: So the pipeline was failing because Zeb's reflection tests in hlsl_d3d12.c detected that I forgot to not write default values for constant buffers variables without initializers (nice!). I was always writing zeros when there was not an initializer. So I fixed that.