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
{{ message }}
This repository was archived by the owner on Sep 20, 2026. It is now read-only.
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.
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.