1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00

wined3d: Avoid using GL-specific types in struct wined3d_stream_info.

This commit is contained in:
Zebediah Figura 2023-01-06 15:43:18 -06:00 committed by Alexandre Julliard
parent 2ace2166a1
commit a9cd6112dc

View File

@ -1640,7 +1640,7 @@ struct wined3d_stream_info_element
{
const struct wined3d_format *format;
struct wined3d_bo_address data;
GLsizei stride;
unsigned int stride;
unsigned int stream_idx;
unsigned int divisor;
bool instanced;