 |
PhysicalDeviceDetailsFindExactMemoryType Method |
Returns the memory type index for the specified type filter and flags.
When memory type is not found then -1 is returned.
Namespace: Ab4d.SharpEngine.VulkanAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic int FindExactMemoryType(
uint typeFilter,
MemoryPropertyFlags flags
)
Parameters
- typeFilter UInt32
- typeFilter
- flags MemoryPropertyFlags
- MemoryPropertyFlags
Return Value
Int32memory type index or -1 when not found
See Also