mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2025-07-01 20:20:29 +08:00
Bug 5199167: Adjust the include header files sequence for simpleD3D11/simpleD3D11Texture
This commit is contained in:
parent
ad9908e32b
commit
718fe6486d
@ -31,8 +31,8 @@
|
|||||||
|
|
||||||
#pragma warning(disable : 4312)
|
#pragma warning(disable : 4312)
|
||||||
|
|
||||||
#include <mmsystem.h>
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
#include <mmsystem.h>
|
||||||
|
|
||||||
// This header inclues all the necessary D3D11 and CUDA includes
|
// This header inclues all the necessary D3D11 and CUDA includes
|
||||||
#include <cuda_d3d11_interop.h>
|
#include <cuda_d3d11_interop.h>
|
||||||
|
@ -31,8 +31,8 @@
|
|||||||
|
|
||||||
#pragma warning(disable : 4312)
|
#pragma warning(disable : 4312)
|
||||||
|
|
||||||
#include <mmsystem.h>
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
#include <mmsystem.h>
|
||||||
|
|
||||||
// This header inclues all the necessary D3D11 and CUDA includes
|
// This header inclues all the necessary D3D11 and CUDA includes
|
||||||
#include <cuda_d3d11_interop.h>
|
#include <cuda_d3d11_interop.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user