vulkan-3.2.0.0: src/Graphics/Vulkan/Extensions/VK_INTEL_performance_query.hs-boot
{-# language CPP #-}
module Graphics.Vulkan.Extensions.VK_INTEL_performance_query ( InitializePerformanceApiInfoINTEL
, PerformanceConfigurationAcquireInfoINTEL
, PerformanceMarkerInfoINTEL
, PerformanceOverrideInfoINTEL
, PerformanceStreamMarkerInfoINTEL
, PerformanceValueINTEL
, QueryPoolPerformanceQueryCreateInfoINTEL
, PerformanceParameterTypeINTEL
) where
import Data.Kind (Type)
import Graphics.Vulkan.CStruct (FromCStruct)
import Graphics.Vulkan.CStruct (ToCStruct)
data InitializePerformanceApiInfoINTEL
instance ToCStruct InitializePerformanceApiInfoINTEL
instance Show InitializePerformanceApiInfoINTEL
instance FromCStruct InitializePerformanceApiInfoINTEL
data PerformanceConfigurationAcquireInfoINTEL
instance ToCStruct PerformanceConfigurationAcquireInfoINTEL
instance Show PerformanceConfigurationAcquireInfoINTEL
instance FromCStruct PerformanceConfigurationAcquireInfoINTEL
data PerformanceMarkerInfoINTEL
instance ToCStruct PerformanceMarkerInfoINTEL
instance Show PerformanceMarkerInfoINTEL
instance FromCStruct PerformanceMarkerInfoINTEL
data PerformanceOverrideInfoINTEL
instance ToCStruct PerformanceOverrideInfoINTEL
instance Show PerformanceOverrideInfoINTEL
instance FromCStruct PerformanceOverrideInfoINTEL
data PerformanceStreamMarkerInfoINTEL
instance ToCStruct PerformanceStreamMarkerInfoINTEL
instance Show PerformanceStreamMarkerInfoINTEL
instance FromCStruct PerformanceStreamMarkerInfoINTEL
data PerformanceValueINTEL
instance ToCStruct PerformanceValueINTEL
instance Show PerformanceValueINTEL
instance FromCStruct PerformanceValueINTEL
data QueryPoolPerformanceQueryCreateInfoINTEL
instance ToCStruct QueryPoolPerformanceQueryCreateInfoINTEL
instance Show QueryPoolPerformanceQueryCreateInfoINTEL
instance FromCStruct QueryPoolPerformanceQueryCreateInfoINTEL
data PerformanceParameterTypeINTEL