Blender  V3.3
Public Attributes | List of all members
KernelWorkTile Struct Reference

#include <types.h>

Public Attributes

uint x
 
uint y
 
uint w
 
uint h
 
uint start_sample
 
uint num_samples
 
uint sample_offset
 
int offset
 
uint stride
 
int path_index_offset
 
int work_size
 

Detailed Description

Definition at line 1340 of file kernel/types.h.

Member Data Documentation

◆ h

uint KernelWorkTile::h

◆ num_samples

uint KernelWorkTile::num_samples

◆ offset

int KernelWorkTile::offset

◆ path_index_offset

int KernelWorkTile::path_index_offset

Definition at line 1351 of file kernel/types.h.

Referenced by PathTraceWorkGPU::enqueue_work_tiles().

◆ sample_offset

uint KernelWorkTile::sample_offset

◆ start_sample

uint KernelWorkTile::start_sample

◆ stride

uint KernelWorkTile::stride

◆ w

uint KernelWorkTile::w

◆ work_size

int KernelWorkTile::work_size

Definition at line 1352 of file kernel/types.h.

Referenced by PathTraceWorkGPU::enqueue_work_tiles().

◆ x

uint KernelWorkTile::x

◆ y

uint KernelWorkTile::y

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