1 Star 0 Fork 0

Cognition Platform/Psychtoolbox-Win

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
kPsychDontUseFlipperThread.m 984 Bytes
一键复制 编辑 原始数据 按行查看 历史
iandol 提交于 2025-11-04 08:27 +08:00 . files
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Matlab
1
https://gitee.com/CogPlatform/Psychtoolbox-Win.git
git@gitee.com:CogPlatform/Psychtoolbox-Win.git
CogPlatform
Psychtoolbox-Win
Psychtoolbox-Win
master

搜索帮助