added description for todo-vImage

This commit is contained in:
red-prig 2023-03-05 14:16:29 +03:00
parent 4f21129183
commit 241b31ec79

View File

@ -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;