diff options
| author | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2026-02-13 18:21:04 +1100 |
|---|---|---|
| committer | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2026-02-13 18:21:04 +1100 |
| commit | 8f4501215c0dbbbde59da2d015fdec3dbe5131bc (patch) | |
| tree | ac7e4b58309adb26e621c776f97fa8f08e608f04 /src/physical_device_context.hh | |
| parent | 76f3ef1d7c2b4393a8e8b402deb924e606448d27 (diff) | |
add working frame tracking and commit before i break everything
Diffstat (limited to 'src/physical_device_context.hh')
| -rw-r--r-- | src/physical_device_context.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/physical_device_context.hh b/src/physical_device_context.hh index 639fa0f..8eb4a1a 100644 --- a/src/physical_device_context.hh +++ b/src/physical_device_context.hh @@ -14,6 +14,8 @@ class PhysicalDeviceContext final : public Context { InstanceContext& instance; const VkPhysicalDevice physical_device; + + std::unique_ptr<VkPhysicalDeviceProperties> properties; public: PhysicalDeviceContext(InstanceContext& instance_context, |
