Beispiel #1
0
 public bool LoadEffect(IntPtr data, int size, string path)
 {
     return(native.LoadEffect(data, size, path));
 }