It works fine if the material uses a solid colour but as soon as you bring in a texture it throws “Missing uniform buffer at slot 0, stage SF_Compute. Please check the high level drawing code.”
I would have thought that I just need to add a SHADER_PARAMETER_RDG_TEXTURE(Texture2D, …)
to my shader parameters or something similar but there’s no suggestion on a name or anything.