MCPcopy Create free account
hub / github.com/RenderKit/oidn / isSystemMemorySupported

Method isSystemMemorySupported

core/device.h:109–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 // Memory
108 virtual Storage getPtrStorage(const void* ptr) { return Storage::Undefined; }
109 bool isSystemMemorySupported() const { return systemMemorySupported; }
110 bool isManagedMemorySupported() const { return managedMemorySupported; }
111 ExternalMemoryTypeFlags getExternalMemoryTypes() const { return externalMemoryTypes; }
112 void trimScratch();

Callers 1

setParamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected