No description
This repository has been archived on 2024-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2022-01-15 14:54:08 -05:00
.gitignore Initial commit 2020-08-10 19:51:04 -04:00
DX11Starter.sln Initial commit of starter code project 2020-08-16 16:15:42 -04:00
DX11Starter.vcxproj Added a custom input manager 2021-08-19 14:14:35 -04:00
DX11Starter.vcxproj.filters Added a custom input manager 2021-08-19 14:14:35 -04:00
DXCore.cpp Added a custom input manager 2021-08-19 14:14:35 -04:00
DXCore.h Initial commit of starter code project 2020-08-16 16:15:42 -04:00
Game.cpp Fixed up a few init warnings 2022-01-10 23:04:45 -05:00
Game.h Added vsync variable used by SwapChain::Present() 2021-12-08 14:58:41 -05:00
Input.cpp Updated input class to return "code analysis" warnings. 2021-09-02 11:49:54 -04:00
Input.h Updated input class to return "code analysis" warnings. 2021-09-02 11:49:54 -04:00
LICENSE Initial commit 2020-08-10 19:51:04 -04:00
Main.cpp Initial commit of starter code project 2020-08-16 16:15:42 -04:00
Mesh.cpp define Mesh class 2022-01-15 14:54:08 -05:00
Mesh.h define Mesh class 2022-01-15 14:54:08 -05:00
PixelShader.hlsl Updated names of position-related variables in shaders 2021-08-24 12:25:52 -04:00
README.md Initial commit 2020-08-10 19:51:04 -04:00
Vertex.h Updated names of position-related variables in shaders 2021-08-24 12:25:52 -04:00
VertexShader.hlsl Updated names of position-related variables in shaders 2021-08-24 12:25:52 -04:00

DX11Starter

Starter code for a DX11 project