Home
last modified time | relevance | path

Searched defs:GetContentResponse (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/vkscserver/
DvksProtocol.hpp97 struct GetContentResponse struct
99 bool status{};
100 vector<u8> data;
102 static constexpr u32 Type() { return 6; } in Type()
105 void Serialize (Serializer<TYPE>& archive) { archive.Serialize(status, data); } in Serialize()