Remove the builtin-interface TODO.
authorDejan Mircevski <deki@google.com>
Fri, 4 Dec 2015 15:11:00 +0000 (10:11 -0500)
committerDejan Mircevski <deki@google.com>
Fri, 4 Dec 2015 15:11:00 +0000 (10:11 -0500)
This branch takes care of it.

external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmInstructionTests.cpp

index 84e0080..82d64a2 100644 (file)
@@ -104,9 +104,6 @@ static void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* ds
                typedPtr[offset + ndx] = randomScalar<T>(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