ReactOS 0.4.17-dev-934-g091855f
vkd3d_shader_location Struct Reference

#include <vkd3d_shader_private.h>

Public Attributes

const char * source_name
 
unsigned int line
 
unsigned int column
 

Detailed Description

Definition at line 1231 of file vkd3d_shader_private.h.

Member Data Documentation

◆ column

unsigned int vkd3d_shader_location::column

Definition at line 1234 of file vkd3d_shader_private.h.

◆ line

unsigned int vkd3d_shader_location::line

Definition at line 1234 of file vkd3d_shader_private.h.

◆ source_name

const char* vkd3d_shader_location::source_name

Definition at line 1233 of file vkd3d_shader_private.h.

Referenced by hlsl_compile_shader(), hlsl_new_error_expr(), and parse_dxbc().


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