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