1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-24 17:49:52 +01:00
This commit is contained in:
FunkyFr3sh 2023-08-23 02:01:21 +02:00
parent afb3d2dea3
commit 8e138829cd

View File

@ -168,7 +168,7 @@ const BYTE D3D9_PALETTE_SHADER[] =
lrp r2, r0.y, r1, r5 lrp r2, r0.y, r1, r5
mov oC0, r2 mov oC0, r2
// approximately 35 instruction slots used (8 texture, 27 arithmetic) // approximately 35 instruction slots used (8 texture, 27 arithmetic)
// fxc.exe /Tps_2_0 shader.hlsl /Fhshader.h // fxc.exe /Tps_2_0 shader.hlsl /Fhshader.h
/* /*
@ -362,19 +362,6 @@ const BYTE D3D9_PALETTE_SHADER_BILINEAR[] =
}; };
/* catmull rom upscaling */ /* catmull rom upscaling */
#if 0 #if 0