Bug 14407 - Add texelCoords to Sampler state
diff --git a/demos/cube.c b/demos/cube.c
index e2f2049..0d0dff2 100644
--- a/demos/cube.c
+++ b/demos/cube.c
@@ -1197,6 +1197,7 @@
             .minLod = 0.0f,
             .maxLod = 0.0f,
             .borderColor = VK_BORDER_COLOR_FLOAT_OPAQUE_WHITE,
+            .texelCoords = VK_FALSE,
         };
 
         VkImageViewCreateInfo view = {