Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 947 Bytes

stream-output-view--sov-.md

File metadata and controls

29 lines (16 loc) · 947 Bytes
title description ms.assetid keywords ms.date ms.topic ms.localizationpriority
Stream output view (SOV)
Stream output views enable the vertex information that the vertex, tessellation and geometry shaders have come up with to be streamed back out to the application for further use.
F528A920-0EAD-4634-BA5F-CB34A8FAEFFA
Stream output view (SOV)
02/08/2017
article
medium

Stream output view (SOV)

Stream output views enable the vertex information that the vertex, tessellation and geometry shaders have come up with to be streamed back out to the application for further use. For example, an object that has been distorted by these shaders could be written back to the application to provide more accurate input to a physics or other engine. In practice though, stream output views are an infrequently used feature of the graphics pipeline.

Related topics

Views