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

Method SetLayout

tests/framework/binding.cpp:1550–1552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1548}
1549
1550void Image::SetLayout(CommandBuffer& cmd_buf, VkImageLayout image_layout) {
1551 cmd_buf.TransitionLayout(*this, create_info_.initialLayout, image_layout);
1552}
1553
1554void Image::SetLayout(VkImageLayout image_layout) { TransitionLayout(create_info_.initialLayout, image_layout); }
1555

Callers 15

SetupImageDescriptorsMethod · 0.80
InitMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

TransitionLayoutMethod · 0.80

Tested by

no test coverage detected