mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-07-16 06:50:13 +02:00
Minor comment fix
This commit is contained in:
parent
1fcd7a738b
commit
18c93ab11b
@ -2666,7 +2666,7 @@ inline HRESULT D3DX12ParsePipelineStream(const D3D12_PIPELINE_STATE_STREAM_DESC&
|
|||||||
}
|
}
|
||||||
#endif // NTDDI_WIN10_RS2
|
#endif // NTDDI_WIN10_RS2
|
||||||
|
|
||||||
// Requires the Windows 10 April 2018 Update SDK (17763)
|
// Requires the Windows 10 October 2018 Update SDK (17763)
|
||||||
#if defined(NTDDI_WIN10_RS5) && (NTDDI_VERSION >= NTDDI_WIN10_RS5)
|
#if defined(NTDDI_WIN10_RS5) && (NTDDI_VERSION >= NTDDI_WIN10_RS5)
|
||||||
//------------------------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------------------------
|
||||||
inline bool operator==( const D3D12_CLEAR_VALUE &a, const D3D12_CLEAR_VALUE &b)
|
inline bool operator==( const D3D12_CLEAR_VALUE &a, const D3D12_CLEAR_VALUE &b)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user