代码拉取完成,页面将自动刷新
function rval = kPsychDontUseFlipperThread
% rval = kPsychDontUseFlipperThread
%
% This flag can be passed to the optional 'specialFlags' parameter of
% Screen('OpenWindow', ...) or PsychImaging('OpenWindow', ...), and is
% used internally by PsychImaging for some use-cases.
%
% It prevents conventional use of Screen's internal background flipper thread
% and thereby disables all use-cases and functionality that requires the thread,
% e.g., some modes of fine-grained visual stimulus presentation timing via VRR,
% our own homegrown frame-sequential stereo modes (stereoMode 11), and the async
% flip function Screen('AsyncFlipBegin/Check/End').
%
% The flag will be often used for interoperation with external presentation
% backends, e.g., Virtual Reality / Augmented Reality / Mixed Reality runtimes
% like OpenXR for stimulus presentation by a VR compositor. Other applications
% are conceivable, but OpenXR is the initial target application of this flag.
rval = 2^34;
return
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。