RandyGaul / d3d9-Render-to-Texture

Example of Rendering to Texture via D3D9

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

d3d9-Render-to-Texture

Example of Rendering to Texture via D3D9

Creates an 8x8 checkerboard texture with the first pixel as a greenish color. Slowly scrolls the image to the right over time. Renders the geometry onto an off-screen texture, then renders that off-screen texture as a full-screen quad.

About

Example of Rendering to Texture via D3D9


Languages

Language:C++ 100.0%