iced/wgpu/src
2023-06-14 11:10:09 -07:00
..
image Use proper gamma correction mode in image::Atlas::grow 2023-05-31 21:45:12 +02:00
layer Move layer::quad types to quad module 2023-05-30 01:08:34 +02:00
quad Introduce web-colors feature flag to enable sRGB linear blending 2023-05-31 21:31:58 +02:00
shader Replaced offscreen_blit.wgsl with existing blit.wgsl. 2023-06-14 11:10:09 -07:00
triangle Added offscreen rendering support for wgpu & tiny-skia exposed with the window::screenshot command. 2023-06-06 15:37:30 +02:00
window Added offscreen rendering support for wgpu & tiny-skia exposed with the window::screenshot command. 2023-06-06 15:37:30 +02:00
backend.rs Adjusted offscreen pass to be a render pass vs compute for compat with web-colors flag. 2023-06-08 10:10:26 -07:00
buffer.rs Added support for gradients as background variants + other optimizations. 2023-05-11 11:13:44 -07:00
geometry.rs Introduce web-colors feature flag to enable sRGB linear blending 2023-05-31 21:31:58 +02:00
image.rs Merge pull request #1846 from bungoboingo/feat/background-gradients 2023-05-19 04:37:58 +02:00
layer.rs Introduce web-colors feature flag to enable sRGB linear blending 2023-05-31 21:31:58 +02:00
lib.rs Added offscreen rendering support for wgpu & tiny-skia exposed with the window::screenshot command. 2023-06-06 15:37:30 +02:00
offscreen.rs Replaced offscreen_blit.wgsl with existing blit.wgsl. 2023-06-14 11:10:09 -07:00
quad.rs Introduce web-colors feature flag to enable sRGB linear blending 2023-05-31 21:31:58 +02:00
settings.rs Use *_from_env helpers from wgpu in iced_wgpu 2023-04-08 06:14:25 +02:00
text.rs Use consistent color strategy in glyphon 2023-06-01 03:10:02 +02:00
triangle.rs Fix empty scissor rectangle in iced_wgpu::triangle pipeline 2023-06-01 17:12:28 +02:00
window.rs Introduce iced_renderer subcrate featuring runtime renderer fallback 2023-02-24 23:24:48 +01:00