Merge pull request #768 from krOoze/sparse_can_vs_may
'can' to 'may' in the `returnedonly` `VkSparseImageFormatProperties`
This commit is contained in:
commit
bcbfcb876d
|
@ -803,7 +803,7 @@ include::../validity/structs/VkSparseImageFormatProperties.txt[]
|
||||||
[open,refpage='VkSparseImageFormatFlagBits',desc='Bitmask specifying additional information about a sparse image resource',type='enums']
|
[open,refpage='VkSparseImageFormatFlagBits',desc='Bitmask specifying additional information about a sparse image resource',type='enums']
|
||||||
--
|
--
|
||||||
|
|
||||||
Bits which can: be set in slink:VkSparseImageFormatProperties::pname:flags,
|
Bits which may: be set in slink:VkSparseImageFormatProperties::pname:flags,
|
||||||
specifying additional information about the sparse resource, are:
|
specifying additional information about the sparse resource, are:
|
||||||
|
|
||||||
include::../api/enums/VkSparseImageFormatFlagBits.txt[]
|
include::../api/enums/VkSparseImageFormatFlagBits.txt[]
|
||||||
|
|
Loading…
Reference in New Issue