-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[d3d12-memory-allocator] new port #18212
Conversation
Have you tested the usage for this port? @crud89 |
Co-authored-by: NancyLi1013 <[email protected]>
Yes. First, I have tried to install the port locally, which works when using my fork. Also I have integrated the fork into my project and referenced the port from there and wrote a small sample application that calls into the library. The sample builds and runs successfully. |
LGTM now, thanks for adding this port @crud89. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! This LGTM once my suggestion is applied.
Co-authored-by: Robert Schumacher <[email protected]>
Thanks for your contribution! |
This PR adds a port for the D3D12 Memory Allocator, a DirectX 12 counterpart for the already existing Vulkan Memory Allocator. The port creates an interface library target from the D3D12MemAlloc header and source files. The port was also requested in issue #17157. Due to the nature of DirectX, only Windows is supported.