gpu-vulkan 0.1.0.138 → 0.1.0.139
raw patch · 2 files changed
+4/−2 lines, 2 filesPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
API changes (from Hackage documentation)
+ Gpu.Vulkan.Memory: Heap :: Size -> HeapFlags -> Heap
+ Gpu.Vulkan.Memory: [heapFlags] :: Heap -> HeapFlags
+ Gpu.Vulkan.Memory: [heapSize] :: Heap -> Size
+ Gpu.Vulkan.Memory: data Heap
Files
- gpu-vulkan.cabal +1/−1
- src/Gpu/Vulkan/Memory.hs +3/−1
gpu-vulkan.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: gpu-vulkan-version: 0.1.0.138+version: 0.1.0.139 synopsis: Vulkan library description: Please see the README on GitHub at <https://github.com/YoshikuniJujo/gpu-vulkan#readme> category: GPU
src/Gpu/Vulkan/Memory.hs view
@@ -22,11 +22,13 @@ -- ** MEMORY - M, getBinded, ImageBuffer(..), ImageBufferBinded(..), ImageBufferArg(..),+ M, getBinded,+ ImageBuffer(..), ImageBufferBinded(..), ImageBufferArg(..), -- ** ALLOCATE INFO AllocateInfo(..), M.MType(..), M.TypeBits, M.TypeIndex, M.elemTypeIndex,+ M.Heap(..), -- ** BINDABLE AND REBINDABLE