Module: vkd3d Branch: master Commit: 39afbb8e323030adbcc7287cc6ea67fe5f57ba48 URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/39afbb8e323030adbcc7287cc6ea67...
Author: Conor McCarthy cmccarthy@codeweavers.com Date: Tue Nov 14 12:49:17 2023 +1000
vkd3d: Introduce struct d3d12_pipeline_state_desc for graphics pipelines.
A generic container for both compute and graphics pipeline descriptions to facilitate reading the description from a stream.
---
libs/vkd3d/state.c | 130 ++++++++++++++++++++++++++++----------------- libs/vkd3d/vkd3d_private.h | 25 +++++++++ 2 files changed, 105 insertions(+), 50 deletions(-)