Skip to content

Commit

Permalink
Add docset for Vulkan. (#1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
antiagainst authored and Kapeli committed Jan 14, 2017
1 parent c777816 commit 6119a8f
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
33 changes: 33 additions & 0 deletions docsets/Vulkan/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
Vulkan Docset
=============

[Vulkan][vulkan] is a new generation graphics and compute API that provides
high-efficiency, cross-platform access to modern GPUs used in a wide variety
of devices from PCs and consoles to mobile phones and embedded platforms.

Docset Maintainer
-----------------

**Name**: Lei Zhang

**GitHub**: https://github.com/antiagainst

How to Generate
---------------

```sh
# Checkout Vukan specification source code:
git clone https://github.com/KhronosGroup/Vulkan-Docs

# Go to directory:
cd Vulkan-Docs/doc/specs/vulkan

# Build the specifation:
./makeKHR chunked

# Use dashing to generate
# dashing.json is at https://github.com/antiagainst/dashing/blob/vulkan/examples/vulkan/dashing.json
/path/to/dashing build
```

[vulkan]: https://www.khronos.org/vulkan
10 changes: 10 additions & 0 deletions docsets/Vulkan/docset.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "Vulkan",
"version": "1.0.38",
"archive": "Vulkan.tgz",
"author": {
"name": "Lei Zhang",
"link": "https://github.com/antiagainst"
},
"aliases": ["vk", "GLNext", "Graphics API"]
}
Binary file added docsets/Vulkan/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docsets/Vulkan/icon@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6119a8f

Please sign in to comment.