Revert "Eevee: support accessing custom mesh attributes"

This reverts commit 03013d19d1.

This commit broke the windows build pretty badly and I don't
feel confident landing the fix for this without review.

Will post a possible fix in D12969 and we'll take it from there.
This commit is contained in:
2021-10-26 14:49:22 -06:00
parent 7d3d09b69c
commit e7fedf6dba
10 changed files with 123 additions and 741 deletions

View File

@@ -328,7 +328,6 @@ extern const MeshExtract extract_poly_idx;
extern const MeshExtract extract_edge_idx;
extern const MeshExtract extract_vert_idx;
extern const MeshExtract extract_fdot_idx;
extern const MeshExtract extract_attr[GPU_MAX_ATTR];
#ifdef __cplusplus
}