bevy/examples/shader
Jakob Hellermann d305e4f026 only use unique type UUIDs (#3579)
Out of curiosity I ran `rg -F -I '#[uuid = "' | sort` to see if there were any duplicate UUIDs, and they were. Now there aren't any.
2022-02-12 19:58:02 +00:00
..
animate_shader.rs add some more pipelined-rendering shader examples (#3041) 2022-01-05 19:43:11 +00:00
compute_shader_game_of_life.rs add some more pipelined-rendering shader examples (#3041) 2022-01-05 19:43:11 +00:00
shader_defs.rs Fix a typo in shader_defs example (#3762) 2022-01-24 23:44:08 +00:00
shader_instancing.rs Remove duplicate call to set_vertex_buffer(0, ...) in shader_instancing example (#3738) 2022-02-04 03:37:40 +00:00
shader_material.rs only use unique type UUIDs (#3579) 2022-02-12 19:58:02 +00:00
shader_material_glsl.rs add some more pipelined-rendering shader examples (#3041) 2022-01-05 19:43:11 +00:00