[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.StreamOutputBufferBinding

StreamOutputBufferBinding Struct

Properties defining the way a buffer is bound to the pipeline as a target for stream output operations.

Namespace: C1.Util.DX.Direct3D11
Assembly: C1.Win.C1DX.4.8.dll
Syntax
public struct StreamOutputBufferBinding

Constructors

Name Description
StreamOutputBufferBinding(Buffer, int)

Initializes a new instance of the StreamOutputBufferBinding struct.

Properties

Name Description
Buffer

Gets or sets the buffer being bound.

Offset

Gets or sets the offset from the start of the buffer of the first vertex to use (in bytes).