vello/src
Chad Brokaw 0c0c61dc82 Address review feedback
* Add counts to offsets when comparing against buffer size limits
* Remove multiplication by 4 in blend buffer allocation (we use units of u32)
* Move buffer sizes from BumpAllocators to Config
* Add comments about early exit
2023-01-18 21:36:32 -05:00
..
encoding Address review feedback 2023-01-18 21:36:32 -05:00
shaders clippy fixes 2023-01-14 11:07:07 -05:00
encoding.rs Public encoding API 2023-01-06 16:52:41 -05:00
engine.rs Give buffers names when buffer_labels feature is enabled (#254) 2023-01-16 17:16:45 +00:00
glyph.rs Update for peniko changes 2023-01-17 12:31:57 -05:00
lib.rs Add hot reloading of shaders to the winit example (#252) 2023-01-16 17:24:48 +00:00
render.rs Address review feedback 2023-01-18 21:36:32 -05:00
scene.rs Support even-odd fill rule 2023-01-10 15:22:04 -05:00
shaders.rs Add hot reloading of shaders to the winit example (#252) 2023-01-16 17:24:48 +00:00
util.rs clippy fixes 2023-01-14 11:07:07 -05:00