Path: blob/master/thirdparty/directx_headers/include/directx/d3dx12.h
9906 views
//*********************************************************1//2// Copyright (c) Microsoft Corporation.3// Licensed under the MIT License (MIT).4//5//*********************************************************67#ifndef __D3DX12_H__8#define __D3DX12_H__910#include "d3d12.h"1112#if defined( __cplusplus )1314#include "d3dx12_barriers.h"15#include "d3dx12_core.h"16#include "d3dx12_default.h"17#include "d3dx12_pipeline_state_stream.h"18#include "d3dx12_render_pass.h"19#include "d3dx12_resource_helpers.h"20#include "d3dx12_root_signature.h"21#include "d3dx12_property_format_table.h"2223#ifndef D3DX12_NO_STATE_OBJECT_HELPERS24#include "d3dx12_state_object.h"25#endif // !D3DX12_NO_STATE_OBJECT_HELPERS2627#ifndef D3DX12_NO_CHECK_FEATURE_SUPPORT_CLASS28#include "d3dx12_check_feature_support.h"29#endif // !D3DX12_NO_CHECK_FEATURE_SUPPORT_CLASS3031#endif // defined( __cplusplus )3233#endif //__D3DX12_H__34353637