Skip to content

Support indirect draw/compute #54

Description

@Try

API:

  • drawIndirect
  • drawIndexedIndirect
  • dispath
  • dispatchMesh

GLSL:

  • gl_VertexIndex and gl_InstanceIndex
    • Just works on Metal (afaik)
    • fist-instance has only 90% coverage (and some 2023 devices do not support it)
    • Just doesn't work in DX
  • gl_NumWorkGroups
    • Should work on metal (?)
    • Just works on Vulkan
    • Just doesn't work in DX - can be emulated with push-descriptor

Alignment:
offset must be multiple of 4 in Vulkan
offset must be multiple of 4 in DX12 (https://learn.microsoft.com/en-us/windows/win32/api/d3d12/nf-d3d12-id3d12graphicscommandlist-executeindirect#remarks)
offset in Metal "check for offset alignment requirements for buffers in device and constant address space." - not documented(?!)

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

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions