You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are a high-speed way of updating constant data without going through a uniform buffer update.
SpirVReflector Will also need updating to detect these for reflection purposes.
This could be implemented via a ConstantPushBufferVK, which skips any kind of buffer initialization, beyond allocating CPU-side memory to store the data that needs to be pushed.
The text was updated successfully, but these errors were encountered:
Add support for push constants.
These are a high-speed way of updating constant data without going through a uniform buffer update.
SpirVReflector Will also need updating to detect these for reflection purposes.
This could be implemented via a
ConstantPushBufferVK
, which skips any kind of buffer initialization, beyond allocating CPU-side memory to store the data that needs to be pushed.The text was updated successfully, but these errors were encountered: