bevy/assets
Marius Cobzarenco b0768a583d Fix custom material glsl example using incorrect CameraViewProj (#3962)
# Objective

The `custom_material.vert` shader used by the `shader_material_glsl` example is missing a `mat4 View` in `CameraViewProj` (added in [#3885](https://github.com/bevyengine/bevy/pull/3885))

## Solution

Update the definition of `CameraViewProj`
2022-02-16 22:57:15 +00:00
..
android-res/mipmap-mdpi android example polish (#845) 2020-11-11 16:31:16 -08:00
branding Add bevy_bird SVG for simpleicons.org (#3672) 2022-01-17 21:00:43 +00:00
data Asset system rework and GLTF scene loading (#693) 2020-10-18 13:48:15 -07:00
fonts initial text rendering 2020-05-13 13:22:12 -07:00
models add an example using UI & states to create a game menu (#2960) 2022-01-14 19:09:42 +00:00
scenes Fix warning in scene example (#1441) 2021-02-22 03:59:36 +00:00
shaders Fix custom material glsl example using incorrect CameraViewProj (#3962) 2022-02-16 22:57:15 +00:00
sounds use ogg by default instead of mp3 (#3421) 2021-12-23 19:19:15 +00:00
textures Simple 2d rotation example (#3065) 2022-01-25 22:10:11 +00:00