Source position: vulkanlib.pas line 20711
type TVkPhysicalDeviceDynamicRenderingFeatures = record
sType: TVkStructureType;
pNext: PVkVoid;
dynamicRendering: TVkBool32;
end;