align
This commit is contained in:
parent
afb3d2dea3
commit
8e138829cd
1 changed files with 1 additions and 14 deletions
|
@ -168,7 +168,7 @@ const BYTE D3D9_PALETTE_SHADER[] =
|
|||
lrp r2, r0.y, r1, r5
|
||||
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
|
||||
/*
|
||||
|
@ -362,19 +362,6 @@ const BYTE D3D9_PALETTE_SHADER_BILINEAR[] =
|
|||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* catmull rom upscaling */
|
||||
|
||||
#if 0
|
||||
|
|
Loading…
Reference in a new issue