|
Blender V4.3
|
#include <gpu_shader_private.hh>
Public Attributes | |
| int | source = -1 |
| int | row = -1 |
| int | column = -1 |
| StringRef | file_name_and_error_line = {} |
Definition at line 226 of file gpu_shader_private.hh.
| int blender::gpu::LogCursor::column = -1 |
Definition at line 229 of file gpu_shader_private.hh.
Referenced by blender::gpu::GLLogParser::parse_line(), blender::gpu::MTLLogParser::parse_line(), and blender::gpu::Shader::print_log().
| StringRef blender::gpu::LogCursor::file_name_and_error_line = {} |
Definition at line 230 of file gpu_shader_private.hh.
Referenced by blender::gpu::MTLLogParser::parse_line(), and blender::gpu::Shader::print_log().
| int blender::gpu::LogCursor::row = -1 |
Definition at line 228 of file gpu_shader_private.hh.
Referenced by blender::gpu::GLLogParser::parse_line(), blender::gpu::MTLLogParser::parse_line(), blender::gpu::VKLogParser::parse_line(), and blender::gpu::Shader::print_log().
| int blender::gpu::LogCursor::source = -1 |
Definition at line 227 of file gpu_shader_private.hh.
Referenced by blender::gpu::GLLogParser::parse_line(), and blender::gpu::Shader::print_log().