-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added some Vulkan documentation #3
Conversation
README.md
Outdated
@@ -5,6 +5,7 @@ GAPID is a collection of tools that allows you to inspect, tweak and replay call | |||
## Status | |||
GAPID is still in development but already can be used to debug many Android OpenGL ES and Vulkan applications. | |||
Downloadable prebuilts will be available once the project reaches beta quality. | |||
Vulkan is still a work in progress. Current status can be found [here](docs/vulkan.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need .
to end the sentence.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
docs/vulkan.md
Outdated
@@ -0,0 +1,183 @@ | |||
# Vulkan Status | |||
|
|||
# Trace and Replay |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These should be sections starting with ##
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
docs/vulkan.md
Outdated
|
||
| Command Name | Capture | Mid-Execution | | ||
|-------------------------------------------------------|:-------:|:-------------:| | ||
| vkAllocateCommandBuffers | [x] | [x] | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The [x] and [] don't appear to render as anything special in the code-review preview. Is this a preview bug, or are you just going for text?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In lists they show up as check-boxes, but they dont when in a table I guess. I have switched this to use check-mark emojis.
f970e14
to
763c7e3
Compare
@@ -5,6 +5,7 @@ GAPID is a collection of tools that allows you to inspect, tweak and replay call | |||
## Status | |||
GAPID is still in development but already can be used to debug many Android OpenGL ES and Vulkan applications. | |||
Downloadable prebuilts will be available once the project reaches beta quality. | |||
Vulkan is still a work in progress. Current status can be found [here](docs/vulkan.md). | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vulkan is still a work in progress.
So is GLES and GAPID as a whole (as mentioned 2 lines up). Perhaps:
Vulkan support is described in detail [here](docs/vulkan.md).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if you saw this comment, but I'm going to merge anyway - this is minor.
No description provided.