Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
newtype DescriptorType Source #
Instances
pattern DESCRIPTOR_TYPE_SAMPLER :: DescriptorType Source #
pattern DESCRIPTOR_TYPE_SAMPLED_IMAGE :: DescriptorType Source #
pattern DESCRIPTOR_TYPE_STORAGE_IMAGE :: DescriptorType Source #
pattern DESCRIPTOR_TYPE_UNIFORM_BUFFER :: DescriptorType Source #
pattern DESCRIPTOR_TYPE_STORAGE_BUFFER :: DescriptorType Source #
pattern DESCRIPTOR_TYPE_INPUT_ATTACHMENT :: DescriptorType Source #
descriptorTypeName :: IsString label => DescriptorType -> Maybe label Source #
descriptorTypeNames :: IsString label => [(DescriptorType, label)] Source #