-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I am currently trying to use encase with wgpu, but got a bit confused when I tried to use it for vertex buffers.
As far as I could tell, the only difference between StorageBuffer and UniformBuffer is that UniformBuffer calls assert_uniform_compat.
So if I need to make a vertex buffer, am I supposed to just use StorageBuffer?
(worked fine so far by the way)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request