aboutsummaryrefslogtreecommitdiff
path: root/zh-cn/devices/graphics/implement-vulkan.html
diff options
context:
space:
mode:
Diffstat (limited to 'zh-cn/devices/graphics/implement-vulkan.html')
-rw-r--r--zh-cn/devices/graphics/implement-vulkan.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/devices/graphics/implement-vulkan.html b/zh-cn/devices/graphics/implement-vulkan.html
index 900b3b53..3b5a4766 100644
--- a/zh-cn/devices/graphics/implement-vulkan.html
+++ b/zh-cn/devices/graphics/implement-vulkan.html
@@ -234,7 +234,7 @@ VkResult VKAPI vkQueueSignalReleaseImageANDROID(
<h2 id="validation">验证</h2>
<p>OEM 可以使用 CTS 测试其 Vulkan 实现,其中包括:</p>
<ul>
-<li><code>CtsDeqpTestCases</code> 模块中的 <a href="/devices/graphics/cts-integration.html">drawElements 质量计划 (dEQP)</a> 测试,其中包括针对 Vulkan 1.0 和 1.1 的功能 API 测试。</li>
+<li><code>CtsDeqpTestCases</code> 模块中的 <a href="/devices/graphics/cts-integration.html">drawElements Quality Program (dEQP)</a> 测试,其中包括针对 Vulkan 1.0 和 1.1 的功能 API 测试。</li>
<li><code>CtsGraphicsTestCases</code> 模块,用于测试设备是否针对所支持的 Vulkan 功能进行了正确的配置。</li>
</ul>