Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- type QueryResultFlags = QueryResultFlagBits
- newtype QueryResultFlagBits where
Documentation
newtype QueryResultFlagBits Source #
VkQueryResultFlagBits - Bitmask specifying how and when query results are returned
See Also
pattern QUERY_RESULT_64_BIT :: QueryResultFlagBits |
|
pattern QUERY_RESULT_WAIT_BIT :: QueryResultFlagBits |
|
pattern QUERY_RESULT_WITH_AVAILABILITY_BIT :: QueryResultFlagBits |
|
pattern QUERY_RESULT_PARTIAL_BIT :: QueryResultFlagBits |
|