2
0
Fork 0
mirror of https://github.com/bevyengine/bevy synced 2025-01-04 01:08:57 +00:00
Commit graph

2 commits

Author SHA1 Message Date
davier
4d42713e77
Fix binding group in custom_material_2d.wgsl ()
# Objective

Fix  

## Solution

The material's binding group number was changed in 
2023-12-02 22:21:53 +00:00
IceSentry
b1aa74d511
Add shader_material_2d example ()
# Objective

- 2d materials have subtle differences with 3d materials that aren't
obvious to beginners

## Solution

- Add an example that shows how to make a 2d material
2023-11-14 02:18:25 +00:00