ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / VertexBufferBinding Structure
Properties


In This Topic
    VertexBufferBinding Structure Members
    In This Topic

    The following tables list the members exposed by VertexBufferBinding.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the VertexBufferBinding struct.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the buffer being bound.  
    Public PropertyGets or sets the offset from the start of the buffer of the first vertex to use (in bytes).  
    Public PropertyGets or sets the stride between vertex elements in the buffer (in bytes).  
    Top
    See Also