On Wed 25 Jan 2017, Jason Ekstrand wrote:
> On Wed, Jan 25, 2017 at 12:12 PM, Chad Versace <[email protected]>
> wrote:
>
> The struct was deleted by:
> commit efe9d1cde3340d3a9d17e5560b609a4fb839d43d
> Author: Edward O'Callaghan <[email protected]>
> Subject: anv: Clean up some unused variables
>
> Unlike the original anv_common, the new one has a non-const pNext
> pointer because we will use it for the output structs of
> VK_KHR_get_physical_device_properties2.
> ---
> src/intel/vulkan/anv_private.h | 5 +++++
> 1 file changed, 5 insertions(+)
>
> +struct anv_common {
> + VkStructureType sType;
> + void *pNext;
>
>
> I've found that it's more convenient for struct walking if this is a struct
> anv_common *
I like that change. v3 is coming.
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev