ebkalderon / renderdoc-rs

RenderDoc application bindings for Rust
Apache License 2.0
45 stars 6 forks source link

Updated start_frame_capture(), end_frame_capture() #122

Closed kirdaybov closed 2 years ago

kirdaybov commented 2 years ago

I'm sure the docs meant to say that the functions must be paired with each other. Right now it's a bit misleading

ebkalderon commented 2 years ago

Sorry for the delay! There seemed to be an issue with the Circle CI configuration. I think I'll update it to GitHub Actions this weekend to simplify things. Thanks again for the pull request! :rocket:

kirdaybov commented 2 years ago

No worries, thank you for the useful crate. We have a server that renders but does not present therefore we couldn't take a capture simply from the RenderDoc. So I was relieved when it turned out that there's already a Rust wrapper for RenderDoc API :)