aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-03-25 16:37:00 -0600
committerChia-I Wu <olv@lunarg.com>2015-04-16 17:33:26 +0800
commitbbda2b4990ca2e24720cff340da6dffc18eda159 (patch)
treee6c5265b9d5ae5ed8deca221647cf10ea7985047 /include
parentc153e1beabdbfb324ba78dc21be62dde05074995 (diff)
downloadusermoji-bbda2b4990ca2e24720cff340da6dffc18eda159.tar.xz
xgl: xglWaitForFences timeout units
bug #13425 header: r29769 (0.62.0) v2: cast uint64_t to int64_t with range check (olv)
Diffstat (limited to 'include')
-rw-r--r--include/xgl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xgl.h b/include/xgl.h
index 8308c6fa..7954643c 100644
--- a/include/xgl.h
+++ b/include/xgl.h
@@ -2538,7 +2538,7 @@ XGL_RESULT XGLAPI xglWaitForFences(
uint32_t fenceCount,
const XGL_FENCE* pFences,
bool32_t waitAll,
- uint64_t timeout);
+ uint64_t timeout); // timeout in nanoseconds
// Queue semaphore functions