iced-yoda/wgpu/src
2022-10-05 16:07:43 -07:00
..
buffers Readjusted namespaces, removed Geometry example as it's no longer relevant. 2022-10-05 10:49:58 -07:00
image Fix clippy lints for all crates and features 2022-07-09 18:43:05 +02:00
shader Adjusted gradient uniforms to be more tightly packed. 2022-10-05 11:32:59 -07:00
triangle Reduced memory transfer of OpenGL gradient uniform upload. Rearranged gradient uniforms on OpenGL side to be more performant. 2022-10-05 16:07:43 -07:00
window Address Clippy lints 2022-07-09 17:07:38 +02:00
backend.rs Reworked wgpu buffers, updated glow side to have proper transform location storage, attempting to fix visibility modifiers, implemented some of the feedback received in initial PR. 2022-10-04 18:24:46 -07:00
buffers.rs Fixed issue with offsets not being reset properly leading to borked draws. 2022-10-05 11:23:36 -07:00
image.rs Address Clippy lints 2022-07-09 17:07:38 +02:00
lib.rs Adds linear gradient support to 2D meshes in the canvas widget. 2022-09-29 11:15:35 -07:00
quad.rs update wgpu to 0.13 2022-07-02 15:39:42 +08:00
settings.rs update wgpu to 0.13 2022-07-02 15:39:42 +08:00
text.rs Address Clippy lints 2022-07-09 17:07:38 +02:00
triangle.rs Fixed issue with offsets not being reset properly leading to borked draws. 2022-10-05 11:23:36 -07:00
window.rs Refactor Viewport and Compositor 2020-05-20 20:28:35 +02:00