From 5f6884c6b9b6070f06652ce734ab9d348a3f5d61 Mon Sep 17 00:00:00 2001 From: baldurk Date: Thu, 12 May 2016 18:52:00 +0200 Subject: [PATCH] Remove copy-pasted wrong enum in API docs --- docs/API.aml | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/API.aml b/docs/API.aml index f84c97a42..5d23b720a 100644 --- a/docs/API.aml +++ b/docs/API.aml @@ -284,8 +284,6 @@ eRENDERDOC_Overlay_FrameNumber shows the current frame number, as counted by the number of presents. eRENDERDOC_Overlay_CaptureList shows how many total captures have been made, and a list of captured frames in the last few seconds. - eRENDERDOC_Key_F1 .. eRENDERDOC_Key_F12 are the function keys. - eRENDERDOC_Overlay_Default is the default set of bits, which is the value of the mask at startup. eRENDERDOC_Overlay_All is equal to ~0U so all bits are enabled. eRENDERDOC_Overlay_None is equal to 0 so all bits are disabled.