SenOGL  0.2
Library aiming to ease the use of OpenGL
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
ComputeShader::WorkgroupSize Struct Reference

Structure containing size information about Compute shader workgroups. More...

#include <ComputeShader.hpp>

Public Attributes

int x = 0
 X Size. More...
 
int y = 0
 Y Size. More...
 
int z = 0
 Z Size. More...
 

Detailed Description

Structure containing size information about Compute shader workgroups.

Member Data Documentation

int ComputeShader::WorkgroupSize::x = 0

X Size.

int ComputeShader::WorkgroupSize::y = 0

Y Size.

int ComputeShader::WorkgroupSize::z = 0

Z Size.


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