mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
tests: Rename vkd3d_d3d12_test.h to d3d12_test_utils.h.
Signed-off-by: Józef Kucia <jkucia@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
committed by
Alexandre Julliard
parent
93d2bb2d5d
commit
1822de82c1
@@ -55,7 +55,7 @@ typedef int HRESULT;
|
|||||||
# include "vkd3d_utils.h"
|
# include "vkd3d_utils.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "vkd3d_d3d12_test.h"
|
#include "d3d12_test_utils.h"
|
||||||
|
|
||||||
struct vec2
|
struct vec2
|
||||||
{
|
{
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
#include "vkd3d_test.h"
|
#include "vkd3d_test.h"
|
||||||
#include <vkd3d.h>
|
#include <vkd3d.h>
|
||||||
|
|
||||||
#include "vkd3d_d3d12_test.h"
|
#include "d3d12_test_utils.h"
|
||||||
|
|
||||||
HRESULT WINAPI D3D12SerializeRootSignature(const D3D12_ROOT_SIGNATURE_DESC *root_signature_desc,
|
HRESULT WINAPI D3D12SerializeRootSignature(const D3D12_ROOT_SIGNATURE_DESC *root_signature_desc,
|
||||||
D3D_ROOT_SIGNATURE_VERSION version, ID3DBlob **blob, ID3DBlob **error_blob)
|
D3D_ROOT_SIGNATURE_VERSION version, ID3DBlob **blob, ID3DBlob **error_blob)
|
||||||
|
Reference in New Issue
Block a user