Blender V4.5
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 219 of file GPU_shader_shared.hh.

Member Data Documentation

◆ _pad0

int TestOutput::_pad0

Definition at line 228 of file GPU_shader_shared.hh.

◆ expect

TestOutputRawData TestOutput::expect

Definition at line 220 of file GPU_shader_shared.hh.

◆ line

int TestOutput::line

Line error in the GLSL file.

Definition at line 225 of file GPU_shader_shared.hh.

◆ result

TestOutputRawData TestOutput::result

Definition at line 221 of file GPU_shader_shared.hh.

◆ status

uint TestOutput::status

TestStatus.

Definition at line 223 of file GPU_shader_shared.hh.

◆ type

uint TestOutput::type

TestType of expect and result.

Definition at line 227 of file GPU_shader_shared.hh.


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