FlushIntention

FlushIntention enum

Specifies if commands in the graphics stack are terminated immediately or executed as soon as possible.

enum class FlushIntention

Values

NameValueDescription
Flush0Terminate immadiately.
Sync1Execute as soon as possible.

See Also