Skip to content

Latest commit

 

History

History
78 lines (63 loc) · 2.23 KB

ns-d3d12-d3d12_stream_output_buffer_view.md

File metadata and controls

78 lines (63 loc) · 2.23 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:d3d12.D3D12_STREAM_OUTPUT_BUFFER_VIEW
D3D12_STREAM_OUTPUT_BUFFER_VIEW (d3d12.h)
Describes a stream output buffer.
D3D12_STREAM_OUTPUT_BUFFER_VIEW
D3D12_STREAM_OUTPUT_BUFFER_VIEW structure
d3d12/D3D12_STREAM_OUTPUT_BUFFER_VIEW
direct3d12.d3d12_stream_output_buffer_view
direct3d12\d3d12_stream_output_buffer_view.htm
direct3d12
EFA4FBD7-3063-4B6A-B3B1-45418C6682FC
12/05/2018
D3D12_STREAM_OUTPUT_BUFFER_VIEW, D3D12_STREAM_OUTPUT_BUFFER_VIEW structure, d3d12/D3D12_STREAM_OUTPUT_BUFFER_VIEW, direct3d12.d3d12_stream_output_buffer_view
d3d12.h
Windows
Windows
D3D12_STREAM_OUTPUT_BUFFER_VIEW
19H1
D3D12_STREAM_OUTPUT_BUFFER_VIEW
d3d12/D3D12_STREAM_OUTPUT_BUFFER_VIEW
c++
APIRef
kbSyntax
HeaderDef
d3d12.h
D3D12_STREAM_OUTPUT_BUFFER_VIEW

D3D12_STREAM_OUTPUT_BUFFER_VIEW structure

-description

Describes a stream output buffer.

-struct-fields

-field BufferLocation

A D3D12_GPU_VIRTUAL_ADDRESS (a UINT64) that points to the stream output buffer. If SizeInBytes is 0, this member isn't used and can be any value.

-field SizeInBytes

The size of the stream output buffer in bytes.

-field BufferFilledSizeLocation

The location of the value of how much data has been filled into the buffer, as a D3D12_GPU_VIRTUAL_ADDRESS (a UINT64). This member can't be NULL; a filled size location must be supplied (which the hardware will increment as data is output). If SizeInBytes is 0, this member isn't used and can be any value.

-remarks

Use this structure with SOSetTargets.

-see-also

Core Structures