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