<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: curiosport</title>
    <description>The latest articles on DEV Community by curiosport (@curiosport).</description>
    <link>https://dev.to/curiosport</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F347808%2Fbdc5d352-fc6e-4c04-b100-9d03afd1f73e.png</url>
      <title>DEV Community: curiosport</title>
      <link>https://dev.to/curiosport</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/curiosport"/>
    <language>en</language>
    <item>
      <title>What data does an API ask for to draw a pixel on the screen?</title>
      <dc:creator>curiosport</dc:creator>
      <pubDate>Mon, 09 Mar 2020 00:05:47 +0000</pubDate>
      <link>https://dev.to/curiosport/what-data-does-an-api-ask-for-to-draw-a-pixel-on-the-screen-43ch</link>
      <guid>https://dev.to/curiosport/what-data-does-an-api-ask-for-to-draw-a-pixel-on-the-screen-43ch</guid>
      <description>&lt;p&gt;For example for a pixel with a depth of 10bits the following should be delivered:&lt;/p&gt;

&lt;p&gt;-30 bits of data for the colour: R=10, G=10, B=10.&lt;br&gt;
-Position where to draw the pixel (X,Y)&lt;br&gt;
-And here's where I ask myself, does the API ask for more information or is that all?&lt;/p&gt;

</description>
      <category>api</category>
      <category>video</category>
      <category>graphics</category>
      <category>opengl</category>
    </item>
  </channel>
</rss>
