thebookofshaders/13
2015-03-15 11:35:14 -04:00
..
05.jpg adding non edited chapters 2015-03-15 11:35:14 -04:00
09.jpg adding non edited chapters 2015-03-15 11:35:14 -04:00
10.jpg adding non edited chapters 2015-03-15 11:35:14 -04:00
index.html adding non edited chapters 2015-03-15 11:35:14 -04:00
kanagawa.jpg adding non edited chapters 2015-03-15 11:35:14 -04:00
README.md adding non edited chapters 2015-03-15 11:35:14 -04:00
texture-noise.frag adding non edited chapters 2015-03-15 11:35:14 -04:00
texture.frag adding non edited chapters 2015-03-15 11:35:14 -04:00

Image processing

Graphic cards (GPUs) have the ability to chop images (called a texture) into smaller fragments, which are then fed to the active threads. For this task, the graphics cards are equipped with special accelerated memory types which require the image to be uploaded before being used. Like vegetables in restaurant kitchens, the elements have to be chopped and ready before cooking starts. ****we need to talk about this paragraph and improve it ****

What is a texture?

Coming soon…

fabric

Playing