Blender V4.3
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 37 of file draw_testing.hh.

◆ DRAW_OPENGL_TEST

#define DRAW_OPENGL_TEST ( test_name)

Definition at line 22 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 55 of file draw_testing.hh.

◆ DRAW_VULKAN_TEST

#define DRAW_VULKAN_TEST ( test_name)

Definition at line 52 of file draw_testing.hh.