Exemple #1
0
 public static extern CLError clReleaseSampler(CLSampler sampler);
Exemple #2
0
 public static extern CLError clGetSamplerInfo(
     CLSampler sampler,
     CLSamplerInfo param_name,
     SizeT param_value_size,
     IntPtr param_value,
     ref SizeT param_value_size_ret);
Exemple #3
0
 public static extern CLError clRetainSampler(CLSampler sampler);