Table of Contents

Enum MemoryType

Namespace
Orleans.GpuBridge.Abstractions.Providers.Memory.Enums
Assembly
Orleans.GpuBridge.Abstractions.dll

Types of memory allocation

public enum MemoryType

Fields

Constant = 3

Constant/uniform memory

Device = 0

Device-only memory

HostVisible = 1

Host-visible device memory

Shared = 2

Shared memory

Texture = 4

Texture memory