microsoft / DirectX-Specs

Engineering specs for DirectX features.

Home Page:https://devblogs.microsoft.com/directx/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typo in DepthBoundsTest.md

grafiks opened this issue · comments

DirectX-Specs/d3d/DepthBoundsTest.md

"We will add a CheckFeatureSupport query, e.g. D3D12_FEATURE_D3D12_OPTIONS1, to determine whether this feature is supported based on UMD version."

Should it be D3D12_FEATURE_D3D12_OPTIONS2? See https://docs.microsoft.com/en-us/windows/win32/api/d3d12/ns-d3d12-d3d12_feature_data_d3d12_options2

Good catch! Care to send a pull request to correct this?

Fixed with #39