GPU related shenanigans
atirut-w opened this issue · 1 comments
atirut-w commented
system.display.gpu
gives outnil
instead of the GPU component.- Not initializing the display causes an out of memory error and
- Initializing it outside of
kernel.internal:initialize()
and before defining thesystem
table causes a C stack overflow
Screenshots:
system.display.gpu
gives outnil
instead of the GPU component.
local gpu = system.display.gpu
atirut-w commented
Maybe I should just rewrite the display codes