packages feed

gpu-vulkan-middle 0.1.0.74 → 0.1.0.75

raw patch · 3 files changed

+5/−3 lines, 3 filesPVP: minor bump suggested

API additions: PVP suggests at least a minor version bump

API changes (from Hackage documentation)

+ Gpu.Vulkan.PhysicalDevice.Middle: SparseProperties :: Bool -> Bool -> Bool -> Bool -> Bool -> SparseProperties
+ Gpu.Vulkan.PhysicalDevice.Middle: [sparsePropertiesResidencyAlignedMipSize] :: SparseProperties -> Bool
+ Gpu.Vulkan.PhysicalDevice.Middle: [sparsePropertiesResidencyNonResidentStrict] :: SparseProperties -> Bool
+ Gpu.Vulkan.PhysicalDevice.Middle: [sparsePropertiesResidencyStandard2DBlockShape] :: SparseProperties -> Bool
+ Gpu.Vulkan.PhysicalDevice.Middle: [sparsePropertiesResidencyStandard2DMultisampleBlockShape] :: SparseProperties -> Bool
+ Gpu.Vulkan.PhysicalDevice.Middle: [sparsePropertiesResidencyStandard3DBlockShape] :: SparseProperties -> Bool
+ Gpu.Vulkan.PhysicalDevice.Middle: data SparseProperties
+ Gpu.Vulkan.PhysicalDevice.Middle.Internal: SparseProperties :: Bool -> Bool -> Bool -> Bool -> Bool -> SparseProperties
+ Gpu.Vulkan.PhysicalDevice.Middle.Internal: [sparsePropertiesResidencyAlignedMipSize] :: SparseProperties -> Bool
+ Gpu.Vulkan.PhysicalDevice.Middle.Internal: [sparsePropertiesResidencyNonResidentStrict] :: SparseProperties -> Bool
+ Gpu.Vulkan.PhysicalDevice.Middle.Internal: [sparsePropertiesResidencyStandard2DBlockShape] :: SparseProperties -> Bool
+ Gpu.Vulkan.PhysicalDevice.Middle.Internal: [sparsePropertiesResidencyStandard2DMultisampleBlockShape] :: SparseProperties -> Bool
+ Gpu.Vulkan.PhysicalDevice.Middle.Internal: [sparsePropertiesResidencyStandard3DBlockShape] :: SparseProperties -> Bool
+ Gpu.Vulkan.PhysicalDevice.Middle.Internal: data SparseProperties

Files

gpu-vulkan-middle.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           gpu-vulkan-middle-version:        0.1.0.74+version:        0.1.0.75 synopsis:       Medium wrapper for Vulkan API description:    Please see the README on GitHub at <https://github.com/YoshikuniJujo/gpu-vulkan-middle#readme> category:       GPU
src/Gpu/Vulkan/PhysicalDevice/Middle.hs view
@@ -4,7 +4,8 @@  	-- * ENUMERATE, PROPERTIES AND FEATURES -	enumerate, P, getProperties, Properties(..), getFeatures,+	enumerate, P, getProperties, Properties(..), SparseProperties(..),+	getFeatures,  	-- ** Get Properties 2 
src/Gpu/Vulkan/PhysicalDevice/Middle/Internal.hsc view
@@ -12,7 +12,8 @@  	-- * ENUMERATE, PROPERTIES AND FEATURES -	enumerate, P(..), getProperties, Properties(..), getFeatures,+	enumerate, P(..), getProperties, Properties(..), SparseProperties(..),+	getFeatures,  	-- ** Get Properties 2