Struct glium::program::ComputeCommand
[−]
[src]
pub struct ComputeCommand { pub num_groups_x: c_uint, pub num_groups_y: c_uint, pub num_groups_z: c_uint, }
Represents a compute shader command waiting to be dispatched.
Fields
num_groups_x | Number of X groups. |
num_groups_y | Number of Y groups. |
num_groups_z | Number of Z groups. |