ReactOS 0.4.17-dev-934-g091855f
preproc_file Struct Reference

#include <preproc.h>

Collaboration diagram for preproc_file:

Public Attributes

struct preproc_buffer buffer
 
struct vkd3d_shader_code code
 
char * filename
 
struct preproc_if_state * if_stack
 
size_t if_count
 
size_t if_stack_size
 

Detailed Description

Definition at line 43 of file preproc.h.

Member Data Documentation

◆ buffer

struct preproc_buffer preproc_file::buffer

Definition at line 45 of file preproc.h.

◆ code

struct vkd3d_shader_code preproc_file::code

Definition at line 46 of file preproc.h.

◆ filename

char* preproc_file::filename

Definition at line 47 of file preproc.h.

◆ if_count

size_t preproc_file::if_count

Definition at line 50 of file preproc.h.

◆ if_stack

struct preproc_if_state* preproc_file::if_stack

Definition at line 49 of file preproc.h.

◆ if_stack_size

size_t preproc_file::if_stack_size

Definition at line 50 of file preproc.h.


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