<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.computercraft.info/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Alexbuzzbee</id>
		<title>ComputerCraft Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.computercraft.info/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Alexbuzzbee"/>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/Special:Contributions/Alexbuzzbee"/>
		<updated>2026-07-11T13:19:41Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=CCGPU&amp;diff=7090</id>
		<title>CCGPU</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=CCGPU&amp;diff=7090"/>
				<updated>2015-07-13T16:02:55Z</updated>
		
		<summary type="html">&lt;p&gt;Alexbuzzbee: Fix links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The CCGPU peripheral is an addon for [[ComputerCraft]] which allows you to do [http://en.wikipedia.org/wiki/OpenGL OpenGL] operations within computercraft using [http://www.lua.org/ Lua].&lt;br /&gt;
The peripheral currently comes with two elements: a [[#GPU|GPU]] peripheral and a [[#Monitor|Monitor]] output device. This is not to be confused with the [[CCLights2]] GPU peripheral, which is a different GPU peripheral.&lt;br /&gt;
&lt;br /&gt;
== GPU ==&lt;br /&gt;
A GPU can be attached to a [[Computer]] on all sides except for the bottom.&lt;br /&gt;
The GPU peripheral comes with it's own [[:Category:APIs|API]] featuring extra methods that cannot be accessed using [[Peripheral_(API)|peripheral.wrap]].&lt;br /&gt;
&lt;br /&gt;
You can find the GPU api over [[GPU_(API)|here]]&lt;br /&gt;
&lt;br /&gt;
== Graphics Devices ==&lt;br /&gt;
A graphics device operates on a certain frequency (corresponding to a [[#GPU|GPU]]'s id) and has an id indicating which buffer it is bound to.&lt;br /&gt;
All graphics devices have a certain resolution corresponding to the resolution of the graphics they can handle.&lt;br /&gt;
&lt;br /&gt;
=== Graphics Output Devices ===&lt;br /&gt;
Output devices are used to display a certain output buffer to the user.&lt;br /&gt;
&lt;br /&gt;
==== Monitor ====&lt;br /&gt;
The Monitor block can be placed facing up to 4 directions and &lt;br /&gt;
&lt;br /&gt;
=== Graphics Input Devices ===&lt;br /&gt;
Currently CCGPU doesn't have any default input devices.&lt;br /&gt;
A camera might be added in the future.&lt;br /&gt;
[[Category:User Created Peripherals]]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[GPU (API)|CCGPU API]]&lt;/div&gt;</summary>
		<author><name>Alexbuzzbee</name></author>	</entry>

	</feed>