Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/vkscserver/
DvksProtocol.hpp85 struct GetContentRequest struct
87 string path;
88 bool physicalFile{};
89 bool removeAfter{};
91 static constexpr u32 Type() { return 5; } in Type()
94 void Serialize (Serializer<TYPE>& archive) { archive.Serialize(path, physicalFile, removeAfter); } in Serialize()