TextureGutterHelper.ApplyGutters Method

Language:

Applies gutters to a texture object.

Definition

Visual Basic Public Sub ApplyGutters( _
    ByVal buffer As PrtBuffer _
)
C# public void ApplyGutters(
    PrtBuffer buffer
);
C++ public:
void ApplyGutters(
    PrtBufferbuffer
);
JScript public function ApplyGutters(
    buffer : PrtBuffer
);

Parameters

buffer Microsoft.DirectX.Direct3D.PrtBuffer
A PrtBuffer object to add gutters to.

Remarks

Class 2 texels are generated by resampling class 1 and class 4 texels.

Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

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