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

Method Width

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

Source from the content-addressed store, hash-verified

732 void BindMemory(const DeviceMemory &mem, VkDeviceSize mem_offset);
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; }

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