Fix array stride in uniform buffer for VK_KHR_16bit_storage
[platform/upstream/VK-GL-CTS.git] / external / vulkancts / modules / vulkan / spirv_assembly / vktSpvAsmUtils.hpp
index 345d6de..7c000ca 100644 (file)
@@ -49,6 +49,7 @@ public:
        virtual                         ~BufferInterface        (void)                          {}
 
        virtual void            getBytes                        (std::vector<deUint8>& bytes) const = 0;
+       virtual void            getPackedBytes          (std::vector<deUint8>& bytes) const = 0;
        virtual size_t          getByteSize                     (void) const = 0;
 };