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:
@@ -650,9 +650,6 @@ static void mesh_buffer_cache_create_requested(struct TaskGraph *task_graph,
|
||||
EXTRACT_ADD_REQUESTED(vbo, vert_idx);
|
||||
EXTRACT_ADD_REQUESTED(vbo, fdot_idx);
|
||||
EXTRACT_ADD_REQUESTED(vbo, skin_roots);
|
||||
for (int i = 0; i < GPU_MAX_ATTR; i++) {
|
||||
EXTRACT_ADD_REQUESTED(vbo, attr[i]);
|
||||
}
|
||||
|
||||
EXTRACT_ADD_REQUESTED(ibo, tris);
|
||||
if (DRW_ibo_requested(mbuflist->ibo.lines_loose)) {
|
||||
|
||||
Reference in New Issue
Block a user