[MC/OpenComputers] GPU Test (listed) 01.09.2019 03:07:11 (10 lines) [Edit] [Raw] [View]

local component = require("component");

if not component.isAvailable("gpu") then --well, this should never happen io.stderr:write("GPU Error"); end

local gpu = component.gpu; --primary gpu local screenX, screenY = gpu.getResolution();

gpu.fill(1, 1, screenX, screenY, " ");