MaxThreadsPerThreadgroup constructor

const MaxThreadsPerThreadgroup({
  1. required int width,
  2. required int height,
  3. required int depth,
})

Implementation

const MaxThreadsPerThreadgroup({
  required this.width,
  required this.height,
  required this.depth,
});