MCPcopy Create free account
hub / github.com/a2flo/floor / argument_buffer

Method argument_buffer

compute/argument_buffer.cpp:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#include <floor/compute/compute_context.hpp>
22
23argument_buffer::argument_buffer(const compute_kernel& func_, shared_ptr<compute_buffer> storage_buffer_) : func(func_), storage_buffer(storage_buffer_) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected