From 82f05c39fb5c943705151c145b00b4548e0052ac Mon Sep 17 00:00:00 2001 From: Dejan Mircevski Date: Fri, 4 Dec 2015 10:11:00 -0500 Subject: [PATCH] Remove the builtin-interface TODO. This branch takes care of it. --- .../modules/vulkan/spirv_assembly/vktSpvAsmInstructionTests.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmInstructionTests.cpp b/external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmInstructionTests.cpp index 84e0080..82d64a2 100644 --- a/external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmInstructionTests.cpp +++ b/external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmInstructionTests.cpp @@ -104,9 +104,6 @@ static void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* ds typedPtr[offset + ndx] = randomScalar(rnd, minValue, maxValue); } -// \todo [2015-11-19 antiagainst] New rules for Vulkan pipeline interface requires that -// all BuiltIn variables have to all be members in a block (struct with Block decoration). - // Assembly code used for testing OpNop, OpConstant{Null|Composite}, Op[No]Line, OpSource[Continued], OpSourceExtension, OpUndef is based on GLSL source code: // // #version 430 -- 2.7.4