void glClear(List<ClearMode> modes) { int mask = 0; for (ClearMode mode in modes) { mask |= mode.glConst; } _context.clear(mask); }.
確定! 回上一頁