profiling 1.0.2

This crate provides a very thin abstraction over other profiler crates.
Documentation
1
2
3
4
5

// @[internal_buffer]
layout (set = 0, binding = 0) uniform Args {
    mat4 mvp;
} uniform_buffer;