// SampleX12 - Cartoon Rendering Using Vertex Shaders
// by Lord Trancos
// ---------------------------------------------------------------------------
//
// This sample is based on a Microsoft Sample for Visual C.
//
// You can find that sample here:
//
//    http://msdn.microsoft.com/code/default.asp?URL=/code/sample.asp?url=/MSDN-FILES/026/002/256/msdncompositedoc.xml
//    http://msdn.microsoft.com/library/techart/Dxvertex.htm
//    http://msdn.microsoft.com/msdn-files/026/002/256/toon.exe
//
// Learn about Vertex (and Pixel) Shaders here:
//
//    http://www.gamedev.net/columns/hardcore/dxshader1/
//
