Memory |
[FlagsAttribute] public enum MemoryPropertyFlags
Member name | Value | Description |
---|---|---|
None | 0 | |
DeviceLocal | 1 | If otherwise stated, then allocate memory on device |
HostVisible | 2 | Memory is mappable by host |
HostCoherent | 4 | Memory will have i/o coherency. If not set, application may need to use vkFlushMappedMemoryRanges and vkInvalidateMappedMemoryRanges to flush/invalidate host cache |
HostCached | 8 | Memory will be cached by the host |
LazilyAllocated | 16 | Memory may be allocated by the driver when it is required |
Protected | 32 |
Copyright (c) by AB4D d.o.o. (www.ab4d.com)