Lugdunum  0.1.0
DeviceMemory.inl
Go to the documentation of this file.
1 inline void DeviceMemory::setMemoryFlags(VkMemoryPropertyFlags flags) {
2  _memoryFlags = flags;
3 }