Blender V4.3
GPUSelectNextState Struct Reference

Public Attributes

GPUSelectBufferbuffer
rcti rect
uint hits
eGPUSelectMode mode

Detailed Description

Definition at line 19 of file gpu_select_next.cc.

Member Data Documentation

◆ buffer

GPUSelectBuffer* GPUSelectNextState::buffer

Result buffer set on initialization.

Definition at line 21 of file gpu_select_next.cc.

◆ hits

uint GPUSelectNextState::hits

Number of hits. Set to -1 if it overflows buffer_len.

Definition at line 25 of file gpu_select_next.cc.

◆ mode

eGPUSelectMode GPUSelectNextState::mode

Mode of operation.

Definition at line 27 of file gpu_select_next.cc.

◆ rect

rcti GPUSelectNextState::rect

Area of the viewport to render / select from.

Definition at line 23 of file gpu_select_next.cc.


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