Click or drag to resize
Ab4d.SharpEngine logo

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.Common
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntax
C#
public static ulong ImageDedicatedMemoryAllocationThreshold

Field Value

UInt64
See Also