Skip to content
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

Sample is truncating BackingMemory buffer size to 4GB #1

Open
mapodaca-nv opened this issue Aug 21, 2024 · 0 comments
Open

Sample is truncating BackingMemory buffer size to 4GB #1

mapodaca-nv opened this issue Aug 21, 2024 · 0 comments

Comments

@mapodaca-nv
Copy link

The following code truncates the maximum backing store size to 4GB when allocating the buffer.
If the minimum requested size is larger than the truncated max size, then this will cause functional errors.

static_cast<uint32_t>(memoryRequirements.MaxSizeInBytes),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant