From: Jason Ekstrand Date: Thu, 14 May 2015 05:17:38 +0000 (-0700) Subject: vk/pipeline: Default to a SamplerCount of 1 for PS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=94b8c0b810827c994c5ba1dff926fb2a2565258a;p=mesa.git vk/pipeline: Default to a SamplerCount of 1 for PS --- diff --git a/src/vulkan/pipeline.c b/src/vulkan/pipeline.c index 1c4eec5a776..30185dd0b79 100644 --- a/src/vulkan/pipeline.c +++ b/src/vulkan/pipeline.c @@ -457,7 +457,7 @@ anv_pipeline_create( .SingleProgramFlow = false, .VectorMaskEnable = true, - .SamplerCount = 0, + .SamplerCount = 1, .ScratchSpaceBasePointer = 0, .PerThreadScratchSpace = 0,