QueueCacheViewAuthenticPixels method
Implementation
ffi.Pointer<Quantum> QueueCacheViewAuthenticPixels(
ffi.Pointer<CacheView> arg0,
int arg1,
int arg2,
int arg3,
int arg4,
ffi.Pointer<ExceptionInfo> arg5,
) {
return _QueueCacheViewAuthenticPixels(
arg0,
arg1,
arg2,
arg3,
arg4,
arg5,
);
}