Module function

Source
Expand description

Represents a single function within a device kernel.

User can create Function objects that correspond to individual device-side kernels. Each function can be executed with a set of arguments, which are passed from the host to the device.

This module provides a Rust abstraction around the C++ pxl::Function class.

Structsยง

Function
Binding for Function object in PXL C++ library. This struct wraps the FFI object and provides methods for Rust.