[PATCH vkd3d v2 2/6] vkd3d-shader: Return a vkd3d_string_buffer from hlsl_modifiers_to_string().

Zebediah Figura (she/her) zfigura at codeweavers.com
Sat Feb 27 18:03:39 CST 2021


On 2/27/21 3:55 AM, Matteo Bruni wrote:
> On Fri, Feb 26, 2021 at 7:45 PM Zebediah Figura <zfigura at codeweavers.com> wrote:
>>
>> Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
>> ---
>>  libs/vkd3d-shader/hlsl.c | 54 +++++++++++++++++++++-------------------
>>  libs/vkd3d-shader/hlsl.h |  3 ++-
>>  libs/vkd3d-shader/hlsl.y | 16 ++++++------
>>  3 files changed, 38 insertions(+), 35 deletions(-)
>>
>> diff --git a/libs/vkd3d-shader/hlsl.c b/libs/vkd3d-shader/hlsl.c
>> index e2a77707..dbc03a80 100644
>> --- a/libs/vkd3d-shader/hlsl.c
>> +++ b/libs/vkd3d-shader/hlsl.c
>> @@ -730,46 +730,45 @@ const char *debug_hlsl_type(const struct hlsl_type *type)
>>      return ret;
>>  }
>>
>> -char *hlsl_modifiers_to_string(unsigned int modifiers)
>> +struct vkd3d_string_buffer *hlsl_modifiers_to_string(struct vkd3d_string_buffer_list *string_buffers,
>> +        unsigned int modifiers)
> 
> It looks like this is the old version of the patch, not rebased on top
> of patch 1/6 v2.
> 

Sorry about that; resent.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 495 bytes
Desc: OpenPGP digital signature
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20210227/3cfa44a5/attachment.sig>


More information about the wine-devel mailing list