Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

Fix duplicate vertex program name crash #3161

Merged
merged 1 commit into from
Jan 19, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
vertex_program shadow_caster_vp_glsl glsl
vertex_program shadow_caster_ignore_heightmap_vp_glsl glsl
{
source shadow_caster_vp.glsl

Expand Down Expand Up @@ -29,7 +29,7 @@ material Gazebo/shadow_caster_ignore_heightmap
// all this will do is write depth and depth*depth to red and green
pass
{
vertex_program_ref shadow_caster_vp_glsl
vertex_program_ref shadow_caster_ignore_heightmap_vp_glsl
{
}

Expand Down