|
@@ -1494,7 +1494,7 @@ MaterialStorage::MaterialStorage() {
|
|
actions.renames["LIGHT_VERTEX"] = "light_vertex";
|
|
actions.renames["LIGHT_VERTEX"] = "light_vertex";
|
|
actions.renames["SHADOW_VERTEX"] = "shadow_vertex";
|
|
actions.renames["SHADOW_VERTEX"] = "shadow_vertex";
|
|
actions.renames["UV"] = "uv";
|
|
actions.renames["UV"] = "uv";
|
|
- actions.renames["POINT_SIZE"] = "gl_PointSize";
|
|
|
|
|
|
+ actions.renames["POINT_SIZE"] = "point_size";
|
|
|
|
|
|
actions.renames["MODEL_MATRIX"] = "model_matrix";
|
|
actions.renames["MODEL_MATRIX"] = "model_matrix";
|
|
actions.renames["CANVAS_MATRIX"] = "canvas_transform";
|
|
actions.renames["CANVAS_MATRIX"] = "canvas_transform";
|
|
@@ -1575,7 +1575,7 @@ MaterialStorage::MaterialStorage() {
|
|
actions.renames["UV"] = "uv_interp";
|
|
actions.renames["UV"] = "uv_interp";
|
|
actions.renames["UV2"] = "uv2_interp";
|
|
actions.renames["UV2"] = "uv2_interp";
|
|
actions.renames["COLOR"] = "color_interp";
|
|
actions.renames["COLOR"] = "color_interp";
|
|
- actions.renames["POINT_SIZE"] = "gl_PointSize";
|
|
|
|
|
|
+ actions.renames["POINT_SIZE"] = "point_size";
|
|
actions.renames["INSTANCE_ID"] = "gl_InstanceID";
|
|
actions.renames["INSTANCE_ID"] = "gl_InstanceID";
|
|
actions.renames["VERTEX_ID"] = "gl_VertexID";
|
|
actions.renames["VERTEX_ID"] = "gl_VertexID";
|
|
|
|
|