Microsoft DirectX 9.0 SDK Update (October 2004)

PrtBuffer.AttachGutterHelper Method

Language:

Note: This documentation is preliminary and is subject to change.

Associates a TextureGutterHelper object with the PrtBuffer object.

Definition

Visual Basic .NET Public Sub AttachGutterHelper( _
    ByVal helper As TextureGutterHelper _
)
C# public void AttachGutterHelper(
    TextureGutterHelper helper
);
Managed C++ public: void AttachGutterHelper(
    TextureGutterHelper *helper
);
JScript .NET public function AttachGutterHelper(
    helper : TextureGutterHelper
);

Parameters

helper Microsoft.DirectX.Direct3D.TextureGutterHelper. A TextureGutterHelper object that contains texture gutter data.

Remarks

You must ensure that the number of PrtBuffer.AttachGutterHelper calls matches the number of PrtBuffer.ReleaseGutterHelper calls.

See Also


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center