Fix issues with MaxDualSourceDrawBuffersEXT
This commit is contained in:
parent
dcae187376
commit
a88f674124
3 changed files with 19 additions and 1 deletions
|
|
@ -157,7 +157,13 @@ typedef struct glslang_resource_s {
|
|||
int max_task_work_group_size_y_ext;
|
||||
int max_task_work_group_size_z_ext;
|
||||
int max_mesh_view_count_ext;
|
||||
int maxDualSourceDrawBuffersEXT;
|
||||
union
|
||||
{
|
||||
int max_dual_source_draw_buffers_ext;
|
||||
|
||||
/* Incorrectly capitalized name retained for backward compatibility */
|
||||
int maxDualSourceDrawBuffersEXT;
|
||||
};
|
||||
|
||||
glslang_limits_t limits;
|
||||
} glslang_resource_t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue