|
Blender V4.3
|
#include "GPU_shader_shared_utils.hh"Go to the source code of this file.
Classes | |
| struct | NodeLinkData |
| struct | NodeLinkInstanceData |
| struct | GPencilStrokeData |
| struct | GPUClipPlanes |
| struct | SimpleLightingData |
| struct | MultiIconCallData |
| struct | SeqStripDrawData |
| struct | TestOutputRawData |
| struct | TestOutput |
Macros | |
| #define | MAX_CALLS 16 |
| #define | GPU_SEQ_STRIP_DRAW_DATA_LEN 256 |
Functions | |
| BLI_STATIC_ASSERT (sizeof(SeqStripDrawData) *GPU_SEQ_STRIP_DRAW_DATA_LEN<=16384, "SeqStripDrawData UBO must not exceed minspec UBO size (16384)") struct SeqStripThumbData | |
| BLI_STATIC_ASSERT (sizeof(SeqStripThumbData) *GPU_SEQ_STRIP_DRAW_DATA_LEN<=16384, "SeqStripThumbData UBO must not exceed minspec UBO size (16384)") struct SeqContextDrawData | |
| #define GPU_SEQ_STRIP_DRAW_DATA_LEN 256 |
Definition at line 94 of file GPU_shader_shared.hh.
Referenced by blender::ed::seq::StripsDrawBatch::add_strip(), ThumbsDrawBatch::add_thumb(), BLI_STATIC_ASSERT(), BLI_STATIC_ASSERT(), blender::ed::seq::StripsDrawBatch::StripsDrawBatch(), and ThumbsDrawBatch::ThumbsDrawBatch().
| #define MAX_CALLS 16 |
Definition at line 87 of file GPU_shader_shared.hh.
| enum eGPUKeyframeShapes : uint32_t |
Definition at line 22 of file GPU_shader_shared.hh.
| enum eGPUSeqFlags : uint32_t |
Definition at line 96 of file GPU_shader_shared.hh.
| enum TestStatus : uint32_t |
| Enumerator | |
|---|---|
| TEST_STATUS_NONE | |
| TEST_STATUS_PASSED | |
| TEST_STATUS_FAILED | |
Definition at line 161 of file GPU_shader_shared.hh.
Definition at line 166 of file GPU_shader_shared.hh.
| BLI_STATIC_ASSERT | ( | sizeof(SeqStripDrawData) *GPU_SEQ_STRIP_DRAW_DATA_LEN<= | 16384, |
| "SeqStripDrawData UBO must not exceed minspec UBO size (16384)" | ) |
Definition at line 138 of file GPU_shader_shared.hh.
References BLI_STATIC_ASSERT, GPU_SEQ_STRIP_DRAW_DATA_LEN, left, SeqStripThumbData, top, and v2.
| BLI_STATIC_ASSERT | ( | sizeof(SeqStripThumbData) *GPU_SEQ_STRIP_DRAW_DATA_LEN<= | 16384, |
| "SeqStripThumbData UBO must not exceed minspec UBO size (16384)" | ) |
Definition at line 149 of file GPU_shader_shared.hh.
References BLI_STATIC_ASSERT, GPU_SEQ_STRIP_DRAW_DATA_LEN, and SeqStripThumbData.