pixwrapper 0.1.3

A tiny library that exposes bindings to PIX on Windows graphics debugger/profiler client API
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "pixwrapper"

version = "0.1.3"

authors = ["Andrey Pushkar <mail@apushkar.me>"]

edition = "2018"

description = "A tiny library that exposes bindings to PIX on Windows graphics debugger/profiler client API"

license = "GPL-3.0"

keywords = ["pix", "winpix", "d3d", "d3d12", "directx12"]



[build-dependencies]

bindgen = "0.57"

cc = "1.0.54"



[dependencies]