anissg / Shaders

Some hlsl shaders examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Shaders

Some Dx9 hlsl shaders

  • shader01 - plasma effect In this demo I'm using the pixel shader as a post processing effect to simulate the animation of a refraction by doing some displacement of the UVs with the generated plasma texture.

screenshot01screenshot02

About

Some hlsl shaders examples

License:GNU General Public License v2.0


Languages

Language:C++ 87.6%Language:HLSL 12.4%