New upstream version 23.2.1+dfsg1
This commit is contained in:
parent
cdc9a9fc87
commit
b14f9eae6d
1017 changed files with 37232 additions and 11111 deletions
|
|
@ -14,8 +14,6 @@ struct VertData {
|
|||
float2 uv : TEXCOORD0;
|
||||
};
|
||||
|
||||
#include "premultiplied.inc"
|
||||
|
||||
VertData VSDefault(VertData v_in)
|
||||
{
|
||||
VertData vert_out;
|
||||
|
|
@ -34,7 +32,7 @@ float4 PSSwipe(VertData v_in) : TARGET
|
|||
? tex_b.Sample(textureSampler, v_in.uv)
|
||||
: tex_a.Sample(textureSampler, swipe_uv);
|
||||
|
||||
return convert_pmalpha(outc);
|
||||
return outc;
|
||||
}
|
||||
|
||||
technique Swipe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue