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"