We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The pRenderTargetDescriptors parameter of ID3D12GraphicsCommandList.OMSetRenderTargets is an optional array of length NumRenderTargetDescriptors, but it's missing NativeArrayInfoAttribute. See https://learn.microsoft.com/windows/win32/api/d3d12/nf-d3d12-id3d12graphicscommandlist-omsetrendertargets for documentation.
pRenderTargetDescriptors
ID3D12GraphicsCommandList.OMSetRenderTargets
NumRenderTargetDescriptors
NativeArrayInfoAttribute
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
pRenderTargetDescriptors
parameter ofID3D12GraphicsCommandList.OMSetRenderTargets
is an optional array of lengthNumRenderTargetDescriptors
, but it's missingNativeArrayInfoAttribute
. See https://learn.microsoft.com/windows/win32/api/d3d12/nf-d3d12-id3d12graphicscommandlist-omsetrendertargets for documentation.The text was updated successfully, but these errors were encountered: