From 25439e40edc06e9160385eb99de87196af8c6587 Mon Sep 17 00:00:00 2001 From: Cody Northrop Date: Tue, 11 Aug 2015 15:50:55 -0600 Subject: Bug 14407 - Add texelCoords to Sampler state --- include/vulkan.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/vulkan.h b/include/vulkan.h index 6e73ebf1..067546b1 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -1753,6 +1753,7 @@ typedef struct { float minLod; float maxLod; VkBorderColor borderColor; + VkBool32 texelCoords; } VkSamplerCreateInfo; typedef struct { -- cgit v1.2.3