4 Jan
2023
4 Jan
'23
11:15 a.m.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53671 --- Unless the application sets something, we use WINED3D_MAX_CONSTANT_BUFFER_SIZE * sizeof(vec4). https://registry.khronos.org/OpenGL-Refpages/gl4/html/glBindBufferRange.xhtm... says it is an error to set offset + size larger than the buffer size. I don't know why other drivers aren't rejecting our call. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1906