Source position: vulkanlib.pas line 17289
type TVkImageToMemoryCopyEXT = record |
||
sType: TVkStructureType; |
|
|
pNext: PVkVoid; |
|
|
pHostPointer: PVkVoid; |
|
|
memoryRowLength: TVkUInt32; |
|
|
memoryImageHeight: TVkUInt32; |
|
|
imageSubresource: TVkImageSubresourceLayers; |
|
|
imageOffset: TVkOffset3D; |
|
|
imageExtent: TVkExtent3D; |
|
|
end; |
CT Web help |
CodeTyphon Studio |