mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
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:
parent
f7b0cfe04a
commit
bda5852846
1 changed files with 0 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue