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