다음을 통해 공유


Primitive Clipping State (Windows CE 5.0)

Send Feedback

Microsoft® Direct3D® Mobile can clip primitives that render partially outside the viewport. Clipping is controlled by the D3DMRS_CLIPPING render state (see D3DMRENDERSTATETYPE). Set this render state to TRUE (the default value) to enable primitive clipping. Set it to FALSE to disable Direct3D Mobile clipping services.

The primitive clipping render state is entirely independent of clipping operations that can be performed on vertices within a vertex buffer. The IDirect3DMobileDevice::ProcessVertices method accepts its own flags to control primitive clipping during vertex processing.

See Also

Render States

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.