Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data Description = Description {}
- data Dependency = Dependency {}
- data S
- pattern SExternal :: S
- newtype DescriptionFlagBits = DescriptionFlagBits Word32
- pattern DescriptionFlagBitsMaxEnum :: DescriptionFlagBits
- pattern DescriptionFlagsZero :: DescriptionFlagBits
- unDescriptionFlagBits :: DescriptionFlagBits -> Word32
- type DescriptionFlags = DescriptionFlagBits
- pattern DescriptionRasterizationOrderAttachmentStencilAccessBitArm :: DescriptionFlagBits
- pattern DescriptionRasterizationOrderAttachmentDepthAccessBitArm :: DescriptionFlagBits
- pattern DescriptionRasterizationOrderAttachmentColorAccessBitArm :: DescriptionFlagBits
- pattern DescriptionEnableLegacyDitheringBitExt :: DescriptionFlagBits
- pattern DescriptionRasterizationOrderAttachmentStencilAccessBitExt :: DescriptionFlagBits
- pattern DescriptionRasterizationOrderAttachmentDepthAccessBitExt :: DescriptionFlagBits
- pattern DescriptionRasterizationOrderAttachmentColorAccessBitExt :: DescriptionFlagBits
- pattern DescriptionShaderResolveBitQcom :: DescriptionFlagBits
- pattern DescriptionFragmentRegionBitQcom :: DescriptionFlagBits
- pattern DescriptionPerViewPositionXOnlyBitNvx :: DescriptionFlagBits
- pattern DescriptionPerViewAttributesBitNvx :: DescriptionFlagBits
- newtype Contents = Contents Word32
- pattern ContentsMaxEnum :: Contents
- pattern ContentsSecondaryCommandBuffers :: Contents
- pattern ContentsInline :: Contents
- unContents :: Contents -> Word32
SUBPASS DESCRIPTION
data Description #
Instances
Show Description | |
Defined in Gpu.Vulkan.Subpass.Middle.Internal showsPrec :: Int -> Description -> ShowS # show :: Description -> String # showList :: [Description] -> ShowS # |
SUBPASS DEPENDENCY
data Dependency #
Instances
Show Dependency | |
Defined in Gpu.Vulkan.Subpass.Middle.Internal showsPrec :: Int -> Dependency -> ShowS # show :: Dependency -> String # showList :: [Dependency] -> ShowS # |
ENUM
newtype DescriptionFlagBits #
Instances
pattern DescriptionFlagBitsMaxEnum :: DescriptionFlagBits #
pattern DescriptionFlagsZero :: DescriptionFlagBits #
type DescriptionFlags = DescriptionFlagBits #
pattern DescriptionShaderResolveBitQcom :: DescriptionFlagBits #
pattern DescriptionFragmentRegionBitQcom :: DescriptionFlagBits #
Instances
Storable Contents | |
Defined in Gpu.Vulkan.Subpass.Enum | |
Show Contents | |
Eq Contents | |
pattern ContentsMaxEnum :: Contents #
pattern ContentsSecondaryCommandBuffers :: Contents #
pattern ContentsInline :: Contents #
unContents :: Contents -> Word32 #