Blender  V3.3
Functions
overlay_volume.c File Reference
#include "DNA_volume_types.h"
#include "DRW_render.h"
#include "GPU_shader.h"
#include "overlay_private.h"

Go to the source code of this file.

Functions

void OVERLAY_volume_cache_init (OVERLAY_Data *vedata)
 
void OVERLAY_volume_cache_populate (OVERLAY_Data *vedata, Object *ob)
 
void OVERLAY_volume_draw (OVERLAY_Data *vedata)
 

Function Documentation

◆ OVERLAY_volume_cache_init()

void OVERLAY_volume_cache_init ( OVERLAY_Data vedata)

◆ OVERLAY_volume_cache_populate()

void OVERLAY_volume_cache_populate ( OVERLAY_Data vedata,
Object ob 
)

◆ OVERLAY_volume_draw()

void OVERLAY_volume_draw ( OVERLAY_Data vedata)

Definition at line 46 of file overlay_volume.c.

References DRW_draw_pass(), OVERLAY_Data::psl, and OVERLAY_PassList::volume_ps.

Referenced by OVERLAY_draw_scene().