[PATCH vkd3d 4/4] build: Build libvkd3d-shader as public library.

Henri Verbeet hverbeet at gmail.com
Fri Nov 2 04:16:50 CDT 2018


On Fri, 2 Nov 2018 at 01:16, Józef Kucia <joseph.kucia at gmail.com> wrote:
> The API isn't necessarily final yet, but I would like to have it
> finalized before the next release.
>
>From a very brief look, two things we may want to change are "enum
vkd3d_result" (not explicitly used in the public interface, but
returned by the library. Should probably either be
"vkd3d_shader_result", or moved to some common header or something),
and "struct vkd3d_shader_scan_info" (uses bitfields, which may be
questionable for portability).



More information about the wine-devel mailing list