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

Function SetBoolArrayTrue

tests/icd/test_icd.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44#endif
45
46void SetBoolArrayTrue(VkBool32* bool_array, uint32_t num_bools) {
47 for (uint32_t i = 0; i < num_bools; ++i) {
48 bool_array[i] = VK_TRUE;
49 }
50}
51
52VkDeviceSize GetImageSizeFromCreateInfo(const VkImageCreateInfo* pCreateInfo) {
53 VkDeviceSize size = pCreateInfo->extent.width;

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected