Tells a kernel which buffers to use in the argument list. More...
#include <gpuip.h>
Public Member Functions | |
| BufferLink (Buffer::Ptr buffer_, const std::string &name_) | |
Data Fields | |
| Buffer::Ptr | buffer |
| Buffer to be used in the kernel arguments list. | |
| std::string | name |
| The name of buffer in kernel arguments list. | |
Tells a kernel which buffers to use in the argument list.
| std::string gpuip::Kernel::BufferLink::name |
The name of buffer in kernel arguments list.
This does not have to be the same as the Buffer::name.
1.6.1