D3D12_PIPELINE_STATE_STREAM_DESC
's pPipelineStateSubobjectStream
should probably be a const
pointer
#119
Labels
enhancement
New feature or request
https://learn.microsoft.com/en-us/windows/win32/api/d3d12/ns-d3d12-d3d12_pipeline_state_stream_desc should be input-only data, and is more accurately described by taking
const void *pPipelineStateSubobjectStream;
.The text was updated successfully, but these errors were encountered: