An open API service indexing awesome lists of open source software.

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的中文文档翻译

Awesome Lists containing this project

README

        

# Vulkan-Specification-Document-CN

## 介绍 Introduction

Vulkan 的中文文档翻译

## 翻译范围 What to Translate ?

1. 工作中遇到的问题,查找具体的文档资料
2. 感兴趣的 Topic
3. 整理概念性的介绍,少翻译 API
以 GraphicsPipeline 为例,我会翻译管线的概念,管线由哪些部分组成、管线顺序等问题,但是我不会翻译具体的 API,vkCreateGraphicsPipeline()具体的用法以及参数含义还请自行阅读文档。