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

Method Height

tests/framework/binding.h:735–735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

733
734 uint32_t Width() const { return create_info_.extent.width; }
735 uint32_t Height() const { return create_info_.extent.height; }
736 VkFormat Format() const { return create_info_.format; }
737 VkImageUsageFlags Usage() const { return create_info_.usage; }
738

Callers 7

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

no outgoing calls

Tested by

no test coverage detected