Skip to content

Commit

Permalink
Samples: allow gaussiansplat on GLSL
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Nov 11, 2024
1 parent 4b6a364 commit a1ee84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Samples/Media/materials/scripts/gaussiansplat.material
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ vertex_program gsplatting_vp glsl glsles glslang
}
}

fragment_program gsplatting_fp glsl150 glsles glslang
fragment_program gsplatting_fp glsl glsles glslang
{
source gsplat.frag
}
Expand Down

0 comments on commit a1ee84b

Please sign in to comment.