mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-12-02 20:36:50 -05:00
shaderc: Fixed Wine build.
This commit is contained in:
parent
ccadbc91d1
commit
ee40695502
1 changed files with 8 additions and 3 deletions
|
@ -7,7 +7,10 @@
|
||||||
|
|
||||||
#if SHADERC_CONFIG_HLSL
|
#if SHADERC_CONFIG_HLSL
|
||||||
|
|
||||||
#define INITGUID
|
//#define __REQUIRED_RPCNDR_H_VERSION__ 475
|
||||||
|
//#define __in
|
||||||
|
//#define __out
|
||||||
|
|
||||||
#include <d3dcompiler.h>
|
#include <d3dcompiler.h>
|
||||||
#include <d3d11shader.h>
|
#include <d3d11shader.h>
|
||||||
#include <bx/os.h>
|
#include <bx/os.h>
|
||||||
|
@ -18,6 +21,8 @@
|
||||||
|
|
||||||
namespace bgfx
|
namespace bgfx
|
||||||
{
|
{
|
||||||
|
static const GUID IID_ID3D11ShaderReflection = { 0x6e6ffa6a, 0x9bae, 0x4613, { 0xa5, 0x1e, 0x91, 0x65, 0x2d, 0x50, 0x8c, 0x21 } };
|
||||||
|
|
||||||
typedef HRESULT(WINAPI* PFN_D3D_COMPILE)(_In_reads_bytes_(SrcDataSize) LPCVOID pSrcData
|
typedef HRESULT(WINAPI* PFN_D3D_COMPILE)(_In_reads_bytes_(SrcDataSize) LPCVOID pSrcData
|
||||||
, _In_ SIZE_T SrcDataSize
|
, _In_ SIZE_T SrcDataSize
|
||||||
, _In_opt_ LPCSTR pSourceName
|
, _In_opt_ LPCSTR pSourceName
|
||||||
|
|
Loading…
Reference in a new issue