|
Blender V4.3
|
#include <GPU_shader_shared.hh>
Public Attributes | |
| TestOutputRawData | expect |
| TestOutputRawData | result |
| uint | status |
| int | line |
| uint | type |
| int | _pad0 |
Definition at line 197 of file GPU_shader_shared.hh.
| int TestOutput::_pad0 |
Definition at line 206 of file GPU_shader_shared.hh.
| TestOutputRawData TestOutput::expect |
Definition at line 198 of file GPU_shader_shared.hh.
| int TestOutput::line |
Line error in the GLSL file.
Definition at line 203 of file GPU_shader_shared.hh.
| TestOutputRawData TestOutput::result |
Definition at line 199 of file GPU_shader_shared.hh.
| uint TestOutput::status |
TestStatus.
Definition at line 201 of file GPU_shader_shared.hh.
| uint TestOutput::type |
TestType of expect and result.
Definition at line 205 of file GPU_shader_shared.hh.