godot/modules/mono/glue
clayjohn 51ed3aef63 Vertex and attribute compression to reduce the size of the vertex format.
This allows Godot to automatically compress meshes to save a lot of bandwidth.

In general, this requires no interaction from the user and should result in
no noticable quality loss.

This scheme is not backwards compatible, so we have provided an upgrade
mechanism, and a mesh versioning mechanism.

Existing meshes can still be used as a result, but users can get a
performance boost by reimporting assets.
2023-10-05 12:02:23 -06:00
..
GodotSharp Vertex and attribute compression to reduce the size of the vertex format. 2023-10-05 12:02:23 -06:00
runtime_interop.cpp C#: Generate and use compat methods 2023-09-19 20:35:11 +02:00
runtime_interop.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00