I just got back into vulkan coding after a 6-month hiatus, so I haven't been following all the changes you've been making... I upgraded to the latest easytensor and vulkan-api, and when I built them, easytensor-vulkan failed with this error:
src/Graphics/Vulkan/Marshal/Create/DataFrame.hs:184:10: error:
Not in scope: type constructor or class ‘VulkanMarshalPrim’
Perhaps you meant ‘VulkanMarshal’ (imported from Graphics.Vulkan.Marshal.Internal)
|
184 | instance VulkanMarshalPrim (VkDataFrame t ds) where
| ^^^^^^^^^^^^^^^^^
I just got back into vulkan coding after a 6-month hiatus, so I haven't been following all the changes you've been making... I upgraded to the latest easytensor and vulkan-api, and when I built them, easytensor-vulkan failed with this error: