XRamExtension.XRamStorage Enum

Definition

This enum is used to abstract the need of using AL.GetEnumValue() with the Extension. The values do NOT correspond to AL_STORAGE_* tokens!

public enum XRamExtension.XRamStorage
type XRamExtension.XRamStorage = 
Inheritance
XRamExtension.XRamStorage

Fields

Accessible 2

Force an Open AL Buffer into 'accessible' (currently host) RAM, good for streaming buffers.

Automatic 0

Put an Open AL Buffer into X-RAM if memory is available, otherwise use host RAM. This is the default mode.

Hardware 1

Force an Open AL Buffer into X-RAM, good for non-streaming buffers.

Applies to