Skip to content

Vulkan - Push Constant Support #213

@Syncaidius

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

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

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions