create_render_target function
Implementation
@ffi.Native<
ffi.Void Function(
ffi.Pointer<ffi.Void>, ffi.IntPtr, ffi.Uint32, ffi.Uint32)>()
external void create_render_target(
ffi.Pointer<ffi.Void> viewer,
int texture,
int width,
int height,
);