d3d12: Inherit from threaded_query

Reviewed By: Bill Kristiansen <billkris@microsoft.com>

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13670>
This commit is contained in:
Jesse Natalie
2021-11-03 10:20:44 -07:00
committed by Marge Bot
parent 00016b4251
commit a463aa0099

View File

@@ -29,10 +29,12 @@
#include "util/u_dump.h"
#include "util/u_inlines.h"
#include "util/u_memory.h"
#include "util/u_threaded_context.h"
#include <dxguids/dxguids.h>
struct d3d12_query {
struct threaded_query base;
enum pipe_query_type type;
ID3D12QueryHeap *query_heap;