Boom exam done!

This commit is contained in:
2024-12-25 03:14:05 +01:00
parent 28c27a8706
commit 9f90739b90
66 changed files with 9992 additions and 8378 deletions

View File

@@ -1,4 +1,5 @@
SamplerState gSampleState : SampleState;
RasterizerState gRasterizerState : RasState;
float4x4 gWorldViewProj : WorldViewProjection;
float4x4 gWorldMatrix : WorldMatrix;
@@ -39,12 +40,12 @@ struct VS_OUTPUT {
//----------------------
// Rasterizer state
//----------------------
RasterizerState gRasterizerState
{
CullMode = none;
FrontCounterClockwise = false; //default
};
// //----------------------
// RasterizerState gRasterizerState
// {
// CullMode = none;
// FrontCounterClockwise = false; //default
// };
//Vertex shader