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