示例#1
0
 public void Setup(int width, int height, rthsRenderTargetFormat format)
 {
     rthsRenderTargetSetup(self, width, height, format);
 }
示例#2
0
 [DllImport("rths")] static extern void rthsRenderTargetSetup(IntPtr self, int width, int height, rthsRenderTargetFormat format);