Module vulkan_rs::MemoryProperty [] [src]

Constants

F_DEVICE_LOCAL

If otherwise stated, then allocate memory on device

F_HOST_CACHED

Memory will be cached by the host

F_HOST_COHERENT

Memory will have i/o coherency. If not set, application may need to use vkFlushMappedMemoryRanges and vkInvalidateMappedMemoryRanges to flush/invalidate host cache

F_HOST_VISIBLE

Memory is mappable by host

F_LAZILY_ALLOCATED

Memory may be allocated by the driver when it is required

Type Definitions

Flags