mirror of
https://github.com/red-prig/fpPS4.git
synced 2024-11-23 06:19:57 +00:00
added description for todo-vImage
This commit is contained in:
parent
4f21129183
commit
241b31ec79
@ -5,6 +5,7 @@ unit vImage;
|
||||
interface
|
||||
|
||||
uses
|
||||
TypInfo,
|
||||
Vulkan,
|
||||
vDevice,
|
||||
vPipeline,
|
||||
@ -255,7 +256,7 @@ begin
|
||||
VK_FORMAT_BC7_SRGB_BLOCK :Result:=16;
|
||||
|
||||
else
|
||||
Assert(false,'TODO');
|
||||
Assert(false,'getFormatSize:TODO:'+GetEnumName(TypeInfo(TVkFormat),ord(cformat)));
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user