dzn: remove unused struct

Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Louis-Francis Ratté-Boulianne <lfrb@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15790>
This commit is contained in:
Erik Faye-Lund 2022-04-05 17:31:45 +02:00 committed by Marge Bot
parent f7b0cfe04a
commit bda5852846

View file

@ -75,15 +75,6 @@ struct dxil_validator;
struct dzn_instance;
struct dzn_device;
struct dzn_meta {
static void
compile_shader(struct dzn_device *pdev,
nir_shader *nir,
D3D12_SHADER_BYTECODE *slot);
struct dzn_device *device;
};
struct dzn_meta_indirect_draw {
ID3D12RootSignature *root_sig;
ID3D12PipelineState *pipeline_state;