Physical |
The PhysicalDeviceDetails type exposes the following members.
Name | Description | |
---|---|---|
Dispose | Dispose | |
FindExactMemoryType | Returns the memory type index for the specified type filter and flags. When memory type is not found then -1 is returned. | |
FindMemoryType | Returns index of the specified memory type from the MemoryTypes array. When requireExactMemoryType is false (by default) and when the exact memory type is not found, then another search is done without a memory type without HostCached and LazilyAllocated types. When throwExceptionWhenNotFound is true (by default), then an exception is thrown when the specified memory type is not found. When throwExceptionWhenNotFound is false, then -1 is returned when the memory type is not found. | |
GetFormatProperties | Returns the properties of the specified format. | |
GetMaxSupportedMultiSamplingCount | Gets the max multisampling count that is supported by the device. |