Oreon-Lime-R2/vkd3d/vkd3d-1.9/include/vkd3d_dxgibase.h

57 lines
1.1 KiB
C

/*** Autogenerated by WIDL 8.4 from include/vkd3d_dxgibase.idl - Do not edit ***/
#ifdef _WIN32
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR_H_VERSION__ 475
#endif
#include <rpc.h>
#include <rpcndr.h>
#endif
#ifndef COM_NO_WINDOWS_H
#include <windows.h>
#include <ole2.h>
#endif
#ifndef __vkd3d_dxgibase_h__
#define __vkd3d_dxgibase_h__
#ifndef __WIDL_INLINE
#if defined(__cplusplus) || defined(_MSC_VER)
#define __WIDL_INLINE inline
#elif defined(__GNUC__)
#define __WIDL_INLINE __inline__
#endif
#endif
/* Forward declarations */
/* Headers for imported files */
#include <vkd3d_windows.h>
#include <vkd3d_dxgiformat.h>
#ifdef __cplusplus
extern "C" {
#endif
#ifndef DXGI_ERROR_INVALID_CALL
#define DXGI_ERROR_INVALID_CALL _HRESULT_TYPEDEF_(0x887a0001)
#endif
#ifndef DXGI_ERROR_DEVICE_REMOVED
#define DXGI_ERROR_DEVICE_REMOVED _HRESULT_TYPEDEF_(0x887a0005)
#endif
typedef struct DXGI_SAMPLE_DESC {
UINT Count;
UINT Quality;
} DXGI_SAMPLE_DESC;
/* Begin additional prototypes for all interfaces */
/* End additional prototypes */
#ifdef __cplusplus
}
#endif
#endif /* __vkd3d_dxgibase_h__ */