diff --git a/examples/offscreen/offscreen.cpp b/examples/offscreen/offscreen.cpp index 73f7ad58..a7887677 100644 --- a/examples/offscreen/offscreen.cpp +++ b/examples/offscreen/offscreen.cpp @@ -125,7 +125,6 @@ public: timerSpeed *= 0.25f; title = "Offscreen rendering"; settings.overlay = true; - enabledFeatures.shaderClipDistance = VK_TRUE; } ~VulkanExample()