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

Public Attributes

struct DepthBufCachenext
 
struct DepthBufCacheprev
 
uint id
 
depth_t buf [0]
 

Detailed Description

Store result of GPU_framebuffer_read_depth.

Definition at line 99 of file gpu_select_pick.c.

Member Data Documentation

◆ buf

depth_t DepthBufCache::buf[0]

◆ id

uint DepthBufCache::id

◆ next

struct DepthBufCache* DepthBufCache::next

Definition at line 100 of file gpu_select_pick.c.

◆ prev

struct DepthBufCache * DepthBufCache::prev

Definition at line 100 of file gpu_select_pick.c.


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