|
Blender V4.3
|
#include <vk_resource_tracker.hh>
Public Member Functions | |
| bool | is_changed (const VKContext &context) |
Submission tracker keeps track of the last known submission id of the command buffer.
Definition at line 100 of file vk_resource_tracker.hh.
| bool blender::gpu::VKSubmissionTracker::is_changed | ( | const VKContext & | context | ) |
Check if the submission_id has changed since the last time it was called on this VKSubmissionTracker.
Definition at line 13 of file vk_resource_tracker.cc.
Referenced by blender::gpu::VKResourceTracker< Resource >::tracked_resource_for().