#include <gpu_query.hh>
Inherited by blender::gpu::GLQueryPool, blender::gpu::MTLQueryPool, and blender::gpu::VKQueryPool.
Definition at line 21 of file gpu_query.hh.
◆ ~QueryPool()
| virtual blender::gpu::QueryPool::~QueryPool |
( |
| ) |
|
|
virtualdefault |
◆ begin_query()
| virtual void blender::gpu::QueryPool::begin_query |
( |
| ) |
|
|
pure virtual |
◆ end_query()
| virtual void blender::gpu::QueryPool::end_query |
( |
| ) |
|
|
pure virtual |
◆ get_occlusion_result()
| virtual void blender::gpu::QueryPool::get_occlusion_result |
( |
MutableSpan< uint32_t > | r_values | ) |
|
|
pure virtual |
◆ init()
| virtual void blender::gpu::QueryPool::init |
( |
GPUQueryType | type | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: