Cleanup: format, ensure trailing newlines
This commit is contained in:
@@ -198,9 +198,12 @@ def write_sysinfo(filepath):
|
||||
output.write("Maximum Pipeline Image Units:\t%d\n" % gpu.capabilities.max_textures_get())
|
||||
|
||||
output.write("\nFeatures:\n")
|
||||
output.write("Compute Shader Support: \t%d\n" % gpu.capabilities.compute_shader_support_get())
|
||||
output.write("Shader Storage Buffer Objects Support:\t%d\n" % gpu.capabilities.shader_storage_buffer_objects_support_get())
|
||||
output.write("Image Load/Store Support: \t%d\n" % gpu.capabilities.shader_image_load_store_support_get())
|
||||
output.write("Compute Shader Support: \t%d\n" %
|
||||
gpu.capabilities.compute_shader_support_get())
|
||||
output.write("Shader Storage Buffer Objects Support:\t%d\n" %
|
||||
gpu.capabilities.shader_storage_buffer_objects_support_get())
|
||||
output.write("Image Load/Store Support: \t%d\n" %
|
||||
gpu.capabilities.shader_image_load_store_support_get())
|
||||
|
||||
if bpy.app.build_options.cycles:
|
||||
import cycles
|
||||
|
@@ -129,4 +129,4 @@ void Cryptomatte::store_metadata(RenderResult *render_result)
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace blender::eevee
|
||||
} // namespace blender::eevee
|
||||
|
@@ -179,4 +179,4 @@ void main()
|
||||
world_clip_planes_calc_clip_distance(wPos[2].xyz);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -13,4 +13,4 @@ void main()
|
||||
vert.flag = data;
|
||||
|
||||
view_clipping_distances(world_pos);
|
||||
}
|
||||
}
|
||||
|
@@ -233,4 +233,4 @@ void main()
|
||||
#endif
|
||||
do_vertex(final_color, pos1, -half_size, -edge_ofs.xy);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -185,4 +185,4 @@ void main()
|
||||
t = edge_dir * (line_size * (is_persp ? out_pos1.w : 1.0));
|
||||
gl_Position = out_pos1 - vec4(t, 0.0, 0.0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -159,4 +159,4 @@ void main()
|
||||
else if (quad_vertex_id == 4) {
|
||||
do_vertex(1, p1, ofs, -1.0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user