public extern static ComputeErrorCode GetGLTextureInfo( CLMemoryHandle memobj, ComputeGLTextureInfo param_name, IntPtr param_value_size, IntPtr param_value, out IntPtr param_value_size_ret);
public static extern ComputeErrorCode GetGLTextureInfo( CLMemoryHandle memobj, ComputeGLTextureInfo param_name, IntPtr param_value_size, IntPtr param_value, out IntPtr param_value_size_ret);
public static unsafe extern ComputeErrorCode GetGLTextureInfo( IntPtr memobj, ComputeGLTextureInfo param_name, IntPtr param_value_size, IntPtr param_value, IntPtr* param_value_size_ret);
public ComputeErrorCode GetGLTextureInfo(CLMemoryHandle memobj, ComputeGLTextureInfo param_name, IntPtr param_value_size, IntPtr param_value, out IntPtr param_value_size_ret) { return StaticGetGLTextureInfo(memobj, param_name, param_value_size, param_value, out param_value_size_ret); }
ComputeErrorCode ICL10.GetGLTextureInfo(CLMemoryHandle memobj, ComputeGLTextureInfo param_name, IntPtr param_value_size, IntPtr param_value, out IntPtr param_value_size_ret) { return(GetGLTextureInfo(memobj, param_name, param_value_size, param_value, out param_value_size_ret)); }