Blender V4.5
SubRectStride Struct Reference

Public Attributes

uint start
uint span
uint span_len
uint skip

Detailed Description

For looping over a sub-region of a rcti, could be moved into rct.c.

Definition at line 43 of file gpu_select_pick.cc.

Member Data Documentation

◆ skip

uint SubRectStride::skip

◆ span

uint SubRectStride::span

◆ span_len

uint SubRectStride::span_len

len times (read span 'len' times).

Definition at line 49 of file gpu_select_pick.cc.

Referenced by depth_buf_subrect_depth_any(), depth_buf_subrect_depth_any_filled(), and rect_subregion_stride_calc().

◆ start

uint SubRectStride::start

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