No files found.
+4 −0
debug_color.fs.glsl
res/debug_color.fs.glsl
+7 −0
debug_color.vs.glsl
res/debug_color.vs.glsl
+5 −0
debug_font.fs.glsl
res/debug_font.fs.glsl
+8 −0
debug_font.vs.glsl
res/debug_font.vs.glsl
+1 −1
batch.rs
src/batch.rs
+1,910 −0
debug_font_data.rs
src/debug_font_data.rs
+213 −0
debug_render.rs
src/debug_render.rs
+111 −39
device.rs
src/device.rs
+9 −0
freelist.rs
src/freelist.rs
+40 −2
internal_types.rs
src/internal_types.rs
+3 −0
lib.rs
src/lib.rs
+426 −0
profiler.rs
src/profiler.rs
+42 −24
render_backend.rs
src/render_backend.rs
+62 −16
renderer.rs
src/renderer.rs
+2 −1
util.rs
src/util.rs