|
Blender V5.0
|
#include "GPU_shader_shared_utils.hh"Go to the source code of this file.
Classes | |
| struct | NodeSocketShaderParameters |
| struct | NodeLinkData |
| struct | NodeLinkUniformData |
| struct | GPencilStrokeData |
| struct | GPUClipPlanes |
| struct | SimpleLightingData |
| struct | MultiIconCallData |
| struct | GlyphQuad |
| struct | SeqStripDrawData |
| struct | SeqScopeRasterData |
| struct | GreasePencilStrokeData |
| struct | TestOutputRawData |
| struct | TestOutput |
Macros | |
| #define | MAX_SOCKET_PARAMETERS 4 |
| #define | MAX_SOCKET_INSTANCE 32 |
| #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 117 of file GPU_shader_shared.hh.
Referenced by blender::ed::vse::StripsDrawBatch::add_strip(), blender::ed::vse::ThumbsDrawBatch::add_thumb(), BLI_STATIC_ASSERT(), BLI_STATIC_ASSERT(), blender::ed::vse::StripsDrawBatch::StripsDrawBatch(), and blender::ed::vse::ThumbsDrawBatch::ThumbsDrawBatch().
| #define MAX_CALLS 16 |
Definition at line 110 of file GPU_shader_shared.hh.
| #define MAX_SOCKET_INSTANCE 32 |
Definition at line 37 of file GPU_shader_shared.hh.
| #define MAX_SOCKET_PARAMETERS 4 |
Definition at line 36 of file GPU_shader_shared.hh.
| enum GPUKeyframeShapes : uint32_t |
Definition at line 23 of file GPU_shader_shared.hh.
| enum GPUSeqFlags : uint32_t |
Definition at line 119 of file GPU_shader_shared.hh.
| enum TestStatus : uint32_t |
| Enumerator | |
|---|---|
| TEST_STATUS_NONE | |
| TEST_STATUS_PASSED | |
| TEST_STATUS_FAILED | |
Definition at line 207 of file GPU_shader_shared.hh.
| enum TestType : uint32_t |
Definition at line 212 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 169 of file GPU_shader_shared.hh.
References BLI_STATIC_ASSERT, GPU_SEQ_STRIP_DRAW_DATA_LEN, left, sizeof, 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 180 of file GPU_shader_shared.hh.
References BLI_STATIC_ASSERT, GPU_SEQ_STRIP_DRAW_DATA_LEN, and sizeof.