 |
EngineRuntimeOptionsImageDedicatedMemoryAllocationThreshold Field |
Gets or sets the threshold in bytes that defines at which memory size the image will be allocated to a dedicated memory block.
Images with smaller sizes will be allocated to a shared memory block (if dedicated allocation is not required, for example for render targets).
Default value is 64 MB. To disable that, set this value to ulong.MaxValue.
Namespace: Ab4d.SharpEngine.CommonAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic static ulong ImageDedicatedMemoryAllocationThreshold
Field Value
UInt64
See Also