mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
vkd3d-shader: Allow the name of the SPIR-V entry point to be specified.
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
committed by
Alexandre Julliard
parent
7e4fc14a31
commit
25ef055062
@@ -279,6 +279,8 @@ struct vkd3d_shader_spirv_target_info
|
||||
enum vkd3d_shader_structure_type type;
|
||||
const void *next;
|
||||
|
||||
const char *entry_point; /* "main" if NULL. */
|
||||
|
||||
enum vkd3d_shader_spirv_environment environment;
|
||||
|
||||
const enum vkd3d_shader_spirv_extension *extensions;
|
||||
|
Reference in New Issue
Block a user