Searched defs:GenericGPUResourcesWithValue (Results 1 – 1 of 1) sorted by relevance
157 struct GenericGPUResourcesWithValue { struct158 std::vector<std::pair<std::string, int>> ints;159 std::vector<std::pair<std::string, float>> floats;161 void AddFloat(const std::string& name, float value) { in AddFloat()164 void AddInt(const std::string& name, int value) { in AddInt()