mirror of https://github.com/xemu-project/xemu.git
nv2a/vk: Add vertex memory offset fixme
This commit is contained in:
parent
334c6293fe
commit
ddc1a388e8
|
@ -263,6 +263,7 @@ void pgraph_vk_bind_vertex_attributes(NV2AState *d, unsigned int min_element,
|
|||
};
|
||||
|
||||
r->vertex_attribute_offsets[i] = attrib_data_addr;
|
||||
// FIXME: Data alignment may not meet requirements
|
||||
|
||||
NV2A_VK_DGROUP_END();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue