MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / Device

Method Device

framework/core/device.h:101–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 Device(PhysicalDevice<bindingType> &gpu, DeviceType &vulkan_device, SurfaceType surface);
100
101 Device(const Device &) = delete;
102 Device(Device &&) = delete;
103 ~Device();
104

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected