IDirect3DDevice9::DeletePatch method
Frees a cached high-order patch.
Syntax
HRESULT DeletePatch(
[in] UINT Handle
);
Parameters
- Handle [in]
-
Type: UINT
Handle of the cached high-order patch to delete.
Return value
Type: HRESULT
If the method succeeds, the return value is D3D_OK. If the method fails, the return value can be D3DERR_INVALIDCALL.
Requirements
|
Header |
|
|---|---|
|
Library |
|
See also
- IDirect3DDevice9
- IDirect3DDevice9::DrawRectPatch
- IDirect3DDevice9::DrawTriPatch
- Using Higher-Order Primitives (Direct3D 9)
Show: