Skip to content

Commit

Permalink
Clarify delay limits
Browse files Browse the repository at this point in the history
  • Loading branch information
lexaknyazev committed Apr 1, 2024
1 parent 3260039 commit 18e12cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extensions/2.0/Khronos/KHR_interactivity/Specification.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1827,6 +1827,8 @@ The internal state of this node consists of an integer `lastDelayIndex` value in

The internal state of an execution graph having one or more `flow/setDelay` nodes includes a dynamic array of activation indices scheduled from all such nodes. This array is initially empty and its maximum size is implementation-specific.

Implementations **MUST** be aware of their effective limit on the maximum supported `duration` input value to avoid any implicit behavior changes, e.g., due to numeric overflows; exceeding such value **MUST** lead to the `err` output flow activation as described below.

When the `in` input flow is activated:

1. Evaluate the `duration` input value.
Expand Down

0 comments on commit 18e12cc

Please sign in to comment.