bevy/pipelined
Jakob Hellermann 029a7c03d8 replace matrix swizzles in pbr shader with index accesses (#3122)
Matrix swizzles like `mat.x.xyz` are not supported in WGSL and accepted in naga by accident: <https://gpuweb.github.io/gpuweb/wgsl/#matrix-access-expr>
2021-11-13 21:46:42 +00:00
..
bevy_core_pipeline EntityRenderCommand and PhaseItemRenderCommand (#3111) 2021-11-12 22:27:17 +00:00
bevy_gltf2 Fix MIME type support for glTF buffer Data URIs (pipelined) (#3106) 2021-11-11 11:33:33 +00:00
bevy_pbr2 replace matrix swizzles in pbr shader with index accesses (#3122) 2021-11-13 21:46:42 +00:00
bevy_render2 EntityRenderCommand and PhaseItemRenderCommand (#3111) 2021-11-12 22:27:17 +00:00
bevy_sprite2 Frustum culling (#2861) 2021-11-07 21:45:52 +00:00