Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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](#3885)) ## Solution Update the definition of `CameraViewProj`
- Loading branch information