![]() |
wisdom
|
C version:
C++ version:
Pipeline creation flags.
Values:
WisPipelineFlagsNone = 0: No flags set. Pipeline is regular.WisPipelineFlagsFailOnCacheMiss = (1 << 0): Fail pipeline creation if the pipeline cache is missing or incompatible. If not set, the implementation may choose to create the pipeline without using the cache, which may result in longer creation time.WisPipelineFlagsEnablePrimitiveRestart = (1 << 1): Enable primitive restart for graphics pipelines. If not set, primitive restart is disabled and the implementation may choose to ignore restart indices in draw calls.WisPipelineFlagsDynamicDepthBias = (1 << 2): Enable dynamic depth bias for graphics pipelines. If not set, depth bias is static and must be specified at pipeline creation time.