 |
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: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntaxpublic static ulong ImageDedicatedMemoryAllocationThreshold
Field Value
UInt64
Remarks[Missing <remarks> documentation for "F:Ab4d.SharpEngine.Common.EngineRuntimeOptions.ImageDedicatedMemoryAllocationThreshold"]
See Also