Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vulkan - Push Constant Support #213

Open
Syncaidius opened this issue Jun 15, 2023 · 0 comments
Open

Vulkan - Push Constant Support #213

Syncaidius opened this issue Jun 15, 2023 · 0 comments
Labels
graphics A render-related issue renderer An issue relating to the render pipeline vulkan Vulkan graphics API

Comments

@Syncaidius
Copy link
Owner

Syncaidius commented Jun 15, 2023

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.

@Syncaidius Syncaidius added graphics A render-related issue vulkan Vulkan graphics API renderer An issue relating to the render pipeline labels Jun 15, 2023
@Syncaidius Syncaidius added this to the Release 0.6 - Oct23 milestone Jun 15, 2023
@Syncaidius Syncaidius removed this from the Release 0.7 - Nov23 milestone Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
graphics A render-related issue renderer An issue relating to the render pipeline vulkan Vulkan graphics API
Projects
Status: No status
Development

No branches or pull requests

1 participant