mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader: Introduce struct vkd3d_shader_source_list.
This commit is contained in:
Notes:
Henri Verbeet
2025-08-07 20:51:41 +02:00
Approved-by: Elizabeth Figura (@zfigura) Approved-by: Henri Verbeet (@hverbeet) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1671
@@ -1093,8 +1093,7 @@ struct hlsl_ctx
|
||||
{
|
||||
const struct hlsl_profile_info *profile;
|
||||
|
||||
const char **source_files;
|
||||
unsigned int source_files_count;
|
||||
struct vkd3d_shader_source_list source_files;
|
||||
/* Current location being read in the HLSL source, updated while parsing. */
|
||||
struct vkd3d_shader_location location;
|
||||
/* Stores the logging messages and logging configuration. */
|
||||
|
||||
Reference in New Issue
Block a user