The OpenD Programming Language

cudaHostFn_t

CUDA host function \param userData Argument value passed to the function

import derelict.cuda.runtimeapi;
extern (System) nothrow
alias cudaHostFn_t = void function
(
void* userData
)

Meta