MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / Image

Method Image

tests/framework/binding.cpp:1352–1355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1350NON_DISPATCHABLE_HANDLE_DTOR(Image, vk::DestroyImage)
1351
1352Image::Image(const Device& dev, const VkImageCreateInfo& info, VkMemoryPropertyFlags mem_props, void* alloc_info_pnext)
1353 : device_(&dev) {
1354 Init(dev, info, mem_props, alloc_info_pnext);
1355}
1356
1357Image::Image(const Device& dev, uint32_t width, uint32_t height, VkFormat format, VkImageUsageFlags usage) : device_(&dev) {
1358 Init(dev, width, height, 1, format, usage);

Callers 5

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected