|
Blender V5.0
|
#include <GPU_shader_shared.hh>
Public Attributes | |
| TestOutputRawData | expect |
| TestOutputRawData | result |
| uint | status |
| int | line |
| uint | type |
| int | _pad0 |
Definition at line 243 of file GPU_shader_shared.hh.
| int TestOutput::_pad0 |
Definition at line 252 of file GPU_shader_shared.hh.
| TestOutputRawData TestOutput::expect |
Definition at line 244 of file GPU_shader_shared.hh.
| int TestOutput::line |
Line error in the GLSL file.
Definition at line 249 of file GPU_shader_shared.hh.
| TestOutputRawData TestOutput::result |
Definition at line 245 of file GPU_shader_shared.hh.
| uint TestOutput::status |
Definition at line 247 of file GPU_shader_shared.hh.
| uint TestOutput::type |
TestType of expect and result.
Definition at line 251 of file GPU_shader_shared.hh.