MemoryType
Fully qualified name: isaacsim::core::includes::MemoryType
-
enum class isaacsim::core::includes::MemoryType
Enumeration specifying the type of memory allocation.
Defines whether the buffer resides in host (CPU) or device (GPU) memory.
Values:
-
enumerator eHost
Memory allocated in host (CPU) RAM.
-
enumerator eDevice
Memory allocated in device (GPU) VRAM.