Blender V5.0
TestOutput Struct Reference

#include <GPU_shader_shared.hh>

Public Attributes

TestOutputRawData expect
TestOutputRawData result
uint status
int line
uint type
int _pad0

Detailed Description

Definition at line 243 of file GPU_shader_shared.hh.

Member Data Documentation

◆ _pad0

int TestOutput::_pad0

Definition at line 252 of file GPU_shader_shared.hh.

◆ expect

TestOutputRawData TestOutput::expect

Definition at line 244 of file GPU_shader_shared.hh.

◆ line

int TestOutput::line

Line error in the GLSL file.

Definition at line 249 of file GPU_shader_shared.hh.

◆ result

TestOutputRawData TestOutput::result

Definition at line 245 of file GPU_shader_shared.hh.

◆ status

uint TestOutput::status

TestStatus.

Definition at line 247 of file GPU_shader_shared.hh.

◆ type

uint TestOutput::type

TestType of expect and result.

Definition at line 251 of file GPU_shader_shared.hh.


The documentation for this struct was generated from the following file: