Blender V4.3
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 197 of file GPU_shader_shared.hh.

Member Data Documentation

◆ _pad0

int TestOutput::_pad0

Definition at line 206 of file GPU_shader_shared.hh.

◆ expect

TestOutputRawData TestOutput::expect

Definition at line 198 of file GPU_shader_shared.hh.

◆ line

int TestOutput::line

Line error in the GLSL file.

Definition at line 203 of file GPU_shader_shared.hh.

◆ result

TestOutputRawData TestOutput::result

Definition at line 199 of file GPU_shader_shared.hh.

◆ status

uint TestOutput::status

TestStatus.

Definition at line 201 of file GPU_shader_shared.hh.

◆ type

uint TestOutput::type

TestType of expect and result.

Definition at line 205 of file GPU_shader_shared.hh.


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