Memory type used by an RTXHandle
Namespace: RTX.Runtime.InteropServicesAssembly: IntervalZero.RTX (in IntervalZero.RTX.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Contiguous | 0 | Allocated memory must be contiguous | |
| Local | 1 | Allocated memory must be local | |
| Locked | 2 | Allocated memory must be locked |
See Also