[][src]Module meshopt::optimize

Functions

optimize_overdraw_in_place

Reorders indices to reduce the number of GPU vertex shader invocations and the pixel overdraw.

optimize_vertex_cache

Reorders indices to reduce the number of GPU vertex shader invocations.

optimize_vertex_cache_fifo

Vertex transform cache optimizer for FIFO caches.

optimize_vertex_cache_fifo_in_place

Vertex transform cache optimizer for FIFO caches (in place).

optimize_vertex_cache_in_place

Reorders indices to reduce the number of GPU vertex shader invocations.

optimize_vertex_fetch

Reorders vertices and changes indices to reduce the amount of GPU memory fetches during vertex processing.

optimize_vertex_fetch_in_place

Vertex fetch cache optimizer (modifies in place) Reorders vertices and changes indices to reduce the amount of GPU memory fetches during vertex processing.

optimize_vertex_fetch_remap

Generates vertex remap to reduce the amount of GPU memory fetches during vertex processing.