-
Notifications
You must be signed in to change notification settings - Fork 166
WIP: codegen: Generate any struct with a pNext/next #2654
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
For handle mapping and extension struct (pNext/next) struct walking during encode/decode, support ANY struct with the corresponding fields. This is because application's may add structs in a way that appears erroneous to the spec, but may be supported by an underlying driver.
|
CI gfxreconstruct build queued with queue ID 639294. |
|
CI gfxreconstruct build # 8788 running. |
|
CI gfxreconstruct build # 8788 passed. |
|
CI gfxreconstruct build queued with queue ID 639761. |
|
CI gfxreconstruct build # 8796 running. |
|
CI gfxreconstruct build queued with queue ID 639808. |
|
CI gfxreconstruct build # 8798 running. |
|
CI gfxreconstruct build queued with queue ID 639946. |
|
CI gfxreconstruct build # 8799 running. |
|
CI gfxreconstruct build # 8799 passed. |
For handle mapping and extension struct (pNext/next) struct walking during encode/decode, support ANY struct with the corresponding fields. This is because application's may add structs in a way that appears erroneous to the spec, but may be supported by an underlying driver.