ReactOS 0.4.15-dev-7953-g1f49173
wined3d_shader_loop_control Struct Reference

#include <wined3d_private.h>

Collaboration diagram for wined3d_shader_loop_control:

Public Attributes

unsigned int count
 
unsigned int start
 
int step
 

Detailed Description

Definition at line 1257 of file wined3d_private.h.

Member Data Documentation

◆ count

unsigned int wined3d_shader_loop_control::count

Definition at line 1259 of file wined3d_private.h.

Referenced by get_loop_control_const(), and shader_glsl_loop().

◆ start

unsigned int wined3d_shader_loop_control::start

Definition at line 1260 of file wined3d_private.h.

Referenced by get_loop_control_const(), and shader_glsl_loop().

◆ step

int wined3d_shader_loop_control::step

Definition at line 1261 of file wined3d_private.h.

Referenced by get_loop_control_const(), and shader_glsl_loop().


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