14 lines
182 B
C
14 lines
182 B
C
![]() |
/*
|
||
|
* Copyright (C) 2021 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include "igfxfmid.h"
|
||
|
|
||
|
template <GFXCORE_FAMILY gfxCoreFamily>
|
||
|
struct TestTraits;
|