FORCE_DST_ALPHA_1

This commit is contained in:
red-prig 2023-03-05 20:19:09 +03:00
parent 605c24ced4
commit 13f5696ffc
1 changed files with 4 additions and 1 deletions

View File

@ -1182,7 +1182,10 @@ begin
{Assert(false)}; //TODO
end;
//end;
if (RENDER_TARGET[i].ATTRIB.FORCE_DST_ALPHA_1<>0) then
begin
Result.FImageView.dstSel.a:=ord(VK_COMPONENT_SWIZZLE_ONE);
end;
end;