You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
thebookofshaders/13
Patricio Gonzalez Vivo acefd00203 adding non edited chapters 10 years ago
..
05.jpg adding non edited chapters 10 years ago
09.jpg adding non edited chapters 10 years ago
10.jpg adding non edited chapters 10 years ago
README.md adding non edited chapters 10 years ago
index.html adding non edited chapters 10 years ago
kanagawa.jpg adding non edited chapters 10 years ago
texture-noise.frag adding non edited chapters 10 years ago
texture.frag adding non edited chapters 10 years ago

README.md

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