Ejemplo n.º 1
0
 public static extern CLSampler clCreateSampler(
     CLContext context,
     CLBool normalized_coords,
     CLAddressingMode addressing_mode,
     CLFilterMode filter_mode,
     ref CLError errcode_ret);
Ejemplo n.º 2
0
 internal static extern CLSampler clCreateSampler(CLContext context, CLBool normalized_coords, CLAddressingMode addressing_mode, CLFilterMode filter_mode, ref CLError errcode_ret);