ReactOS 0.4.15-dev-7924-g5949c20
wined3d_gl_pipeline_statistics_query Union Reference

#include <wined3d_private.h>

Collaboration diagram for wined3d_gl_pipeline_statistics_query:

Public Attributes

GLuint id [11]
 
struct {
   GLuint   vertices
 
   GLuint   primitives
 
   GLuint   vertex_shader
 
   GLuint   tess_control_shader
 
   GLuint   tess_eval_shader
 
   GLuint   geometry_shader
 
   GLuint   geometry_primitives
 
   GLuint   fragment_shader
 
   GLuint   compute_shader
 
   GLuint   clipping_input
 
   GLuint   clipping_output
 
query
 

Detailed Description

Definition at line 1812 of file wined3d_private.h.

Member Data Documentation

◆ clipping_input

GLuint wined3d_gl_pipeline_statistics_query::clipping_input

Definition at line 1826 of file wined3d_private.h.

◆ clipping_output

GLuint wined3d_gl_pipeline_statistics_query::clipping_output

Definition at line 1827 of file wined3d_private.h.

◆ compute_shader

GLuint wined3d_gl_pipeline_statistics_query::compute_shader

Definition at line 1825 of file wined3d_private.h.

◆ fragment_shader

GLuint wined3d_gl_pipeline_statistics_query::fragment_shader

Definition at line 1824 of file wined3d_private.h.

◆ geometry_primitives

GLuint wined3d_gl_pipeline_statistics_query::geometry_primitives

Definition at line 1823 of file wined3d_private.h.

◆ geometry_shader

GLuint wined3d_gl_pipeline_statistics_query::geometry_shader

Definition at line 1822 of file wined3d_private.h.

◆ id

GLuint wined3d_gl_pipeline_statistics_query::id[11]

◆ primitives

GLuint wined3d_gl_pipeline_statistics_query::primitives

Definition at line 1818 of file wined3d_private.h.

◆ 

struct { ... } wined3d_gl_pipeline_statistics_query::query

◆ tess_control_shader

GLuint wined3d_gl_pipeline_statistics_query::tess_control_shader

Definition at line 1820 of file wined3d_private.h.

◆ tess_eval_shader

GLuint wined3d_gl_pipeline_statistics_query::tess_eval_shader

Definition at line 1821 of file wined3d_private.h.

◆ vertex_shader

GLuint wined3d_gl_pipeline_statistics_query::vertex_shader

Definition at line 1819 of file wined3d_private.h.

◆ vertices

GLuint wined3d_gl_pipeline_statistics_query::vertices

Definition at line 1817 of file wined3d_private.h.


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