Blender V5.0
GHOST_ContextNone.cc
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2013 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
10
11#include "GHOST_ContextNone.hh"
12
17
23
29
34
40
45
47{
48 swap_interval_ = interval;
49
50 return GHOST_kSuccess;
51}
52
54{
55 interval_out = swap_interval_;
56 return GHOST_kSuccess;
57}
GHOST_TSuccess
Definition GHOST_Types.h:57
@ GHOST_kSuccess
Definition GHOST_Types.h:57
GHOST_TSuccess releaseNativeHandles() override
GHOST_TSuccess swapBufferRelease() override
GHOST_TSuccess updateDrawingContext() override
GHOST_TSuccess setSwapInterval(int interval) override
GHOST_TSuccess releaseDrawingContext() override
GHOST_TSuccess activateDrawingContext() override
GHOST_TSuccess getSwapInterval(int &interval_out) override
GHOST_TSuccess initializeDrawingContext() override
static GHOST_Context * active_context_