Skip to content

Remove wrappers and modify proxies. #173

@mattatticus

Description

@mattatticus

Hello. I looked at the generated file and the code was generated twice, once for the wrappers and once for the proxies.

I suggest removing the wrapper indirection and using the Dispatch field in the wrappers directly in the associated proxies.

Pros:

  • Less generated code
  • Faster compilation process
  • Removing the need for allocation

For the command buffer proxy, queue proxy, etc, I suggest using just the function pointers which will be called by their associated proxies.

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