Blender V5.0
draw_testing.hh File Reference
#include "gpu_testing.hh"

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::draw

Macros

#define DRAW_OPENGL_TEST(test_name)
#define DRAW_METAL_TEST(test_name)
#define DRAW_VULKAN_TEST(test_name)
#define DRAW_TEST(test_name)

Macro Definition Documentation

◆ DRAW_METAL_TEST

#define DRAW_METAL_TEST ( test_name)

Definition at line 39 of file draw_testing.hh.

◆ DRAW_OPENGL_TEST

#define DRAW_OPENGL_TEST ( test_name)

Definition at line 23 of file draw_testing.hh.

◆ DRAW_TEST

#define DRAW_TEST ( test_name)
Value:
DRAW_OPENGL_TEST(test_name) \
DRAW_METAL_TEST(test_name) \
DRAW_VULKAN_TEST(test_name)
#define DRAW_OPENGL_TEST(test_name)

Definition at line 58 of file draw_testing.hh.

◆ DRAW_VULKAN_TEST

#define DRAW_VULKAN_TEST ( test_name)

Definition at line 55 of file draw_testing.hh.