summaryrefslogtreecommitdiff
path: root/vulkan/libvulkan/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'vulkan/libvulkan/driver.h')
-rw-r--r--vulkan/libvulkan/driver.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/vulkan/libvulkan/driver.h b/vulkan/libvulkan/driver.h
index 57c956d9a4..047a27adc9 100644
--- a/vulkan/libvulkan/driver.h
+++ b/vulkan/libvulkan/driver.h
@@ -67,9 +67,7 @@ struct InstanceData {
: opaque_api_data(),
allocator(alloc),
driver(),
- get_device_proc_addr(nullptr) {
- hook_extensions.set(ProcHook::EXTENSION_CORE);
- }
+ get_device_proc_addr(nullptr) {}
api::InstanceData opaque_api_data;
@@ -89,9 +87,7 @@ struct DeviceData {
: opaque_api_data(),
allocator(alloc),
debug_report_callbacks(debug_report_callbacks_),
- driver() {
- hook_extensions.set(ProcHook::EXTENSION_CORE);
- }
+ driver() {}
api::DeviceData opaque_api_data;