mellinoe / veldrid-samples

Sample projects for Veldrid
https://mellinoe.github.io/veldrid-docs/
121 stars 49 forks source link

UniformBuffer does not work in Metal when not using ResourceBindingModel.Improved #21

Open alexanderuv opened 4 years ago

alexanderuv commented 4 years ago

Turns out the default model does not work. I went through the samples trying to understand where was the difference since those were working fine. It is the model.

Am I missing something or is this expected? Changing it to Default will also break the samples.