Class CLMutableDispatchExecInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

@NativeType("struct cl_mutable_dispatch_exec_info_khr") public class CLMutableDispatchExecInfoKHR extends Struct<CLMutableDispatchExecInfoKHR> implements NativeResource
struct cl_mutable_dispatch_exec_info_khr {
    cl_uint param_name;
    size_t param_value_size;
    void const * param_value;
}