mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
OpenGL renderer fixes
Fixed attributes loading Fixed scale-offset matrix Fixed attribute debug option
This commit is contained in:
parent
4a55ba3067
commit
a443682aaf
5 changed files with 60 additions and 27 deletions
|
|
@ -916,10 +916,6 @@ namespace rsx
|
|||
for (auto &vertex_array : vertex_arrays)
|
||||
vertex_array.clear();
|
||||
|
||||
//disable all vertex data
|
||||
for (auto &vertex_info : vertex_arrays_info)
|
||||
vertex_info.size = 0;
|
||||
|
||||
transform_constants.clear();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue