Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- type PipelineCacheCreateFlags = PipelineCacheCreateFlagBits
- newtype PipelineCacheCreateFlagBits where
Documentation
newtype PipelineCacheCreateFlagBits Source #
VkPipelineCacheCreateFlagBits - Bitmask specifying the behavior of the pipeline cache
See Also
VK_EXT_pipeline_creation_cache_control,
PipelineCacheCreateFlags
pattern PIPELINE_CACHE_CREATE_USE_APPLICATION_STORAGE_BIT :: PipelineCacheCreateFlagBits | |
pattern PIPELINE_CACHE_CREATE_READ_ONLY_BIT :: PipelineCacheCreateFlagBits | |
pattern PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT :: PipelineCacheCreateFlagBits |
|