Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 976 Bytes

depth-stencil-view--dsv-.md

File metadata and controls

31 lines (17 loc) · 976 Bytes
title description ms.assetid keywords ms.date ms.topic ms.localizationpriority
Depth stencil view (DSV)
A depth stencil view provides the format and buffer for holding depth and stencil information.
2E8BFF7F-76F8-408E-B8E6-A71B9DF46281
Depth stencil view (DSV)
02/08/2017
article
medium

Depth stencil view (DSV)

A depth stencil view provides the format and buffer for holding depth and stencil information. The depth buffer is used to cull the drawing of pixels that would be invisible to the viewer as they are occluded from view by a closer object. The stencil buffer can be used to cull all drawing outside of a defined shape.

There are a number of more advanced uses of stencil buffers beyond defining a rendering area. Stencil buffer values can be manipulated to give such effects as fades, silhouettes, decaling, dissolves, outlining, shadow volumes, and so on.

Related topics

Views