Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ GPUImageCopy
Method
GPUImageCopy
devices/gpu/gpu_image_copy.h:35–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
{
34
public:
35
explicit GPUImageCopy(EngineT* engine)
36
: engine(engine) {}
37
38
Engine* getEngine() const override { return engine; }
39
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected