I've been working on modifying ShaderGraph to support rendering meshes created in compute shaders, and as far as I can tell, the only missing piece to allow me to do it with a custom function node is access to the vertex ID data so I can properly index the buffer. If this was exposed as a property, it would open up a ton of possibilities.
↧