Skip to content
This repository was archived by the owner on Sep 20, 2026. It is now read-only.
This repository was archived by the owner on Sep 20, 2026. It is now read-only.

Vulkan - Push Constant Support #213

Description

@Syncaidius

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    graphicsA render-related issuerendererAn issue relating to the render pipelinevulkanVulkan graphics API

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions