Viewport.UpdateMode

Values

ValueMeaning
updateDisabled0

Do not update the render target.

updateOnce1

Update the render target once, then switch to constant UPDATE_DISABLED.

updateWhenVisible2

Update the render target only when it is visible. This is the default value.

updateAlways3

Always update the render target.

Meta