MemoryProperties

Structure representing all heaps and types of memory from a device. A device can have different heaps each supporting different types.

struct MemoryProperties {}

Members

Variables

heaps
MemoryHeap[] heaps;
Undocumented in source.
types
MemoryType[] types;
Undocumented in source.

Meta