mirror of https://github.com/red-prig/fpPS4.git
Render target format:6:7
This commit is contained in:
parent
9ac0e2ecf6
commit
7544808274
|
@ -1019,6 +1019,17 @@ begin
|
|||
else;
|
||||
end;
|
||||
|
||||
COLOR_10_11_11: //R:11 G:11 B:10
|
||||
Case NUMBER_TYPE of
|
||||
NUMBER_FLOAT :Result:=VK_FORMAT_B10G11R11_UFLOAT_PACK32;
|
||||
else;
|
||||
end;
|
||||
|
||||
COLOR_11_11_10: //R:10 G:11 B:11
|
||||
Case NUMBER_TYPE of
|
||||
NUMBER_FLOAT :Result:=VK_FORMAT_UNDEFINED; //Not directly handled to a vulkan
|
||||
else;
|
||||
end;
|
||||
|
||||
else;
|
||||
end;
|
||||
|
|
Loading…
Reference in New Issue