Closed Jaisiero closed 10 months ago
looks good to me @GabeRundlett can you take a look here?
If you want them to be variable size you just pass a pointer and count to the info.
The reason that there's no variable list size is because you're able to retrieve this info, as it's stored internally. This means that it'd need to be copied in the case of a variable size, which I think is okay. We just haven't done this anywhere I think. I will see if I can add that into master for you.
Added new Span type with 73359c3df2d73aeccbe68de108d9e81f3249f888
-> Bug fixed and minor change to allow more group shaders in the SBT. I don't know if those should be possible to make them variable size. Daxa C interface doesn't provide any example of this. List all are fixed size I image because this is for a reason.