Click or drag to resize
Ab4d.SharpEngine logo

PhysicalDeviceDetails Methods

The PhysicalDeviceDetails type exposes the following members.

Methods
 NameDescription
Public methodDispose Dispose
Public methodFindExactMemoryType Returns the memory type index for the specified type filter and flags. When memory type is not found then -1 is returned.
Public methodFindMemoryType 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.
Public methodGetFormatProperties Returns the properties of the specified format.
Public methodGetMaxSupportedMultiSamplingCount Gets the max multisampling count that is supported by the device.
Top
See Also