Searched defs:ComputeShaderSpec (Results 1 – 1 of 1) sorted by relevance
334 struct ComputeShaderSpec struct336 std::string assembly;337 std::string entryPoint;338 std::vector<Resource> inputs;339 std::vector<Resource> outputs;340 tcu::IVec3 numWorkGroups;341 SpecConstants specConstants;342 BufferSp pushConstants;343 std::vector<std::string> extensions;344 VulkanFeatures requestedVulkanFeatures;[all …]