GPU (API)

From ComputerCraft Wiki
Revision as of 00:47, 18 March 2012 by Mast3rPlan (Talk | contribs) (Created page with "The GPU api provides interaction with and is part of the CCGPU peripheral. {| border="1" cellpadding="2" cellspacing="0" !style="background:#EEE" width="200px"|Method name...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The GPU api provides interaction with and is part of the CCGPU peripheral.

Method name Description
gpu.setRenderCode(side,_renderCode) Sets the gpu rendering code, this code is ran every frame.

@param side the side the gpu is connected to
@param renderCode the code as a string
@return nil