Skip to content

Commit d44f6ef

Browse files
authored
fix warning (#721)
Signed-off-by: Ian Chen <[email protected]>
1 parent ff5d75e commit d44f6ef

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

ogre2/src/media/materials/programs/GLSL/point_fs.glsl

-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717

1818
#version ogre_glsl_ver_330
1919

20-
vulkan( layout( ogre_P0 ) uniform Params { )
21-
uniform vec4 color;
22-
vulkan( }; )
23-
2420
vulkan_layout( location = 0 )
2521
in block
2622
{

ogre2/src/media/materials/scripts/point_cloud_point.material

-5
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@ fragment_program PointCloudFS unified
6868
delegate PointCloudFS_GLSL
6969
delegate PointCloudFS_Metal
7070
delegate PointCloudFS_VK
71-
72-
default_params
73-
{
74-
param_named color float4 1.0 1.0 1.0 1.0
75-
}
7671
}
7772

7873
material PointCloudPoint

0 commit comments

Comments
 (0)