This website requires JavaScript.
Explore
Help
Sign in
leyoda
/
iced-yoda
Watch
1
Star
0
Fork
You've already forked iced-yoda
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1
bda01567d5
iced-yoda
/
examples
/
integration
/
src
/
shader
/
frag.wgsl
5 lines
92 B
WebGPU Shading Language
Raw
Normal View
History
Unescape
Escape
update `wgpu` to `0.13`
2022-07-02 15:39:42 +08:00
@
fragment
fn
main
(
)
->
@
location
(
0
)
vec4
<
f32
>
{
Experimental wgpu WebGL backend support - Added missing `draw_cache_align_4x4` call for `brush_glyph` on wasm32 target - Added WebGL support to `integratio_wgpu` example - Fixed test.yml CI workflow - Removed spir-v shader in `integration_wgpu`; Fixed formatting - Removed redundant `BoxStream` typedef
2021-10-21 22:42:14 +03:00
return
vec4
<
f32
>
(
1.0
,
0.0
,
0.0
,
1.0
)
;
}
Reference in a new issue
Copy permalink