Replies: 1 comment
-
Opened up issue in repository : KhronosGroup/Vulkan-Tools#1006 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an AMD GPU and I am investigating which address space to put my data into.
Multiple sources state that uniform buffers are limited to ~64k, but I've ran
vulkaninfo
on Manjaro with my card and it displayed the above range... ( 4294967295 )Surely there must be something wrong with that.. For one, the number is
u32::MAX
, and I have multiple other values set to this value..How can I make sure what is the maximum data I can safely upload to the uniform address space?
Beta Was this translation helpful? Give feedback.
All reactions