|
Blender V5.0
|
#include "gpu_testing.hh"#include "MEM_guardedalloc.h"#include "BLI_math_vector_types.hh"#include "GPU_context.hh"#include "GPU_state.hh"#include "GPU_texture.hh"#include "GPU_texture_pool.hh"#include "gpu_texture_private.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::gpu |
| namespace | blender::gpu::tests |
Macros | |
| #define | RUN_UNSUPPORTED false |
| #define | RUN_SRGB_UNIMPLEMENTED false |
| #define | RUN_NON_STANDARD_UNIMPLEMENTED false |
| #define | RUN_COMPONENT_UNIMPLEMENTED false |
| #define RUN_COMPONENT_UNIMPLEMENTED false |
Definition at line 26 of file texture_test.cc.
| #define RUN_NON_STANDARD_UNIMPLEMENTED false |
Definition at line 25 of file texture_test.cc.
| #define RUN_SRGB_UNIMPLEMENTED false |
Definition at line 24 of file texture_test.cc.
| #define RUN_UNSUPPORTED false |
Definition at line 20 of file texture_test.cc.