A DirectX application that lets you visualise a vector field (defined within the code).
This is a bat file to generate shader cso files, and when run will request the following:
- Shader file name (without the extension): The name of the shader file to be compiled (within the
Shadersdirectory) - Shader entry point: The function to be compiled
- Compiled name (without the extension): The name of the
.csofile the shader will be compiled to. This will be in theShaders/Compileddirectory