Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::hiz_pass Class Reference

#include <hiz_pass.h>

Classes

struct  run_params
 

Public Member Functions

auto init (rtti::context &ctx) -> bool
 Must be called once (after bgfx::init() and after asset_manager is registered in context).
 
void run (gfx::render_view &rview, const run_params &params)
 Executes the Hi-Z generation: generates mip chain from depth buffer using compute shaders.
 

Detailed Description

Definition at line 14 of file hiz_pass.h.

Member Function Documentation

◆ init()

auto unravel::hiz_pass::init ( rtti::context & ctx) -> bool

Must be called once (after bgfx::init() and after asset_manager is registered in context).

Definition at line 10 of file hiz_pass.cpp.

◆ run()

void unravel::hiz_pass::run ( gfx::render_view & rview,
const run_params & params )

Executes the Hi-Z generation: generates mip chain from depth buffer using compute shaders.

Definition at line 35 of file hiz_pass.cpp.


The documentation for this class was generated from the following files: