-
Notifications
You must be signed in to change notification settings - Fork 6
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
No suitable memory type exception on ResizableBuffer #4
Comments
Does this happen every time you start the game? |
Could you provide a stack trace? |
yes It happens everytime I start. |
at Veldrid.Vk.VulkanUtil.FindMemoryType(VkPhysicalDeviceMemoryProperties memProperties, UInt32 typeFilter, VkMemoryPropertyFlags properties) this is the stack trace |
Thanks! Could you tell me what OS and version you are running on? This does not happen to me when I run the game. |
I am on Windows 10 Pro 20H2 OS Build 19042.985. |
Veldrid.VeldridException: 'No suitable memory type.
I am getting this exception on ResizableBuffer Update method.
The text was updated successfully, but these errors were encountered: