https://github.com/nwpu66/vulkan-specification-document-cn
Vulkan的中文文档翻译
https://github.com/nwpu66/vulkan-specification-document-cn
chinese-translation documents vulkan
Last synced: 2 months ago
JSON representation
Vulkan的中文文档翻译
- Host: GitHub
- URL: https://github.com/nwpu66/vulkan-specification-document-cn
- Owner: NWPU66
- Created: 2024-06-30T02:54:41.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-17T14:30:12.000Z (5 months ago)
- Last Synced: 2025-01-26T15:46:00.546Z (4 months ago)
- Topics: chinese-translation, documents, vulkan
- Homepage:
- Size: 518 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vulkan-Specification-Document-CN
## 介绍 Introduction
Vulkan 的中文文档翻译
## 翻译范围 What to Translate ?
1. 工作中遇到的问题,查找具体的文档资料
2. 感兴趣的 Topic
3. 整理概念性的介绍,少翻译 API
以 GraphicsPipeline 为例,我会翻译管线的概念,管线由哪些部分组成、管线顺序等问题,但是我不会翻译具体的 API,vkCreateGraphicsPipeline()具体的用法以及参数含义还请自行阅读文档。