Skip to content

Addition to instanced draw (amber script) #870

@ilkkasaa

Description

@ilkkasaa

For instanced drawing it would be very useful to be able to define vertex input rate for vertex buffer bindings: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VkVertexInputRate.html

I propose the amber script syntax to be something like:

PIPELINE ...
  VERTEX_DATA {buffer_name} LOCATION _val_ RATE {vertex|instance} (default vertex)
...
END 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions