Revert "Minor - Start Shadow Map - V10.5.0"

This reverts commit d6b7626446.
This commit is contained in:
2025-05-25 16:12:39 +02:00
parent d6b7626446
commit dbd27d1fe7
18 changed files with 531 additions and 1305 deletions

View File

@@ -1,10 +0,0 @@
struct PS_INPUT
{
float4 position : SV_POSITION;
};
float4 DepthPixelShader(PS_INPUT input) : SV_TARGET
{
// Pas de couleur, juste la profondeur
return float4(0.0f, 0.0f, 0.0f, 1.0f);
}