Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
c90505a806ca8d321b443d7fcd2db4e9482b4691
/
.
/
renderer
/
include
/
rive
/
renderer
/
d3d12
/
d3d12.hpp
blob: f5f48740fb46f549f546ac4512ddb1508c085d56 [
file
]
/*
* Copyright 2025 Rive
*/
#pragma
once
// d3dx12.h needs to be included first because it re defines some thing from
// d3dcommon.h which is included from d3d.hpp
#include
<d3dx12.h>
#include
"rive/renderer/d3d/d3d.hpp"