vulkan-3.3: src/Vulkan/Extensions/VK_NV_cooperative_matrix.hs-boot
{-# language CPP #-}
module Vulkan.Extensions.VK_NV_cooperative_matrix ( CooperativeMatrixPropertiesNV
, PhysicalDeviceCooperativeMatrixFeaturesNV
, PhysicalDeviceCooperativeMatrixPropertiesNV
) where
import Data.Kind (Type)
import Vulkan.CStruct (FromCStruct)
import Vulkan.CStruct (ToCStruct)
data CooperativeMatrixPropertiesNV
instance ToCStruct CooperativeMatrixPropertiesNV
instance Show CooperativeMatrixPropertiesNV
instance FromCStruct CooperativeMatrixPropertiesNV
data PhysicalDeviceCooperativeMatrixFeaturesNV
instance ToCStruct PhysicalDeviceCooperativeMatrixFeaturesNV
instance Show PhysicalDeviceCooperativeMatrixFeaturesNV
instance FromCStruct PhysicalDeviceCooperativeMatrixFeaturesNV
data PhysicalDeviceCooperativeMatrixPropertiesNV
instance ToCStruct PhysicalDeviceCooperativeMatrixPropertiesNV
instance Show PhysicalDeviceCooperativeMatrixPropertiesNV
instance FromCStruct PhysicalDeviceCooperativeMatrixPropertiesNV