-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
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.
dpirch and pierrick-martin-dev
Metadata
Metadata
Assignees
Labels
No labels