You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest using the real device buffer address for pointers. And use the extension VK_KHR_buffer_device_address. For passing in device, I suggest using inline uniform or push constant.
Also, I suggest using VK_KHR_workgroup_memory_explicit_layout extensions.
The text was updated successfully, but these errors were encountered:
I suggest using the real device buffer address for pointers. And use the extension
VK_KHR_buffer_device_address
. For passing in device, I suggest using inline uniform or push constant.Also, I suggest using
VK_KHR_workgroup_memory_explicit_layout
extensions.The text was updated successfully, but these errors were encountered: