Difference between revisions of "GPU (API)"

From ComputerCraft Wiki
Jump to: navigation, search
Line 6: Line 6:
 
|[[gpu.setRenderCode(side, renderCode)]]
 
|[[gpu.setRenderCode(side, renderCode)]]
 
|Sets the gpu rendering code, this code is ran every frame.<br />
 
|Sets the gpu rendering code, this code is ran every frame.<br />
''@param'' '''side''' the side the gpu is connected to<br />
+
''@param'' <nowiki>[</nowiki>'''side'''<nowiki>]</nowiki> the side the gpu is connected to<br />
 
''@param'' '''renderCode''' the code as a string<br />
 
''@param'' '''renderCode''' the code as a string<br />
 
''@return'' nil
 
''@return'' nil
 
|}
 
|}

Revision as of 00:50, 18 March 2012

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