<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:samuel.pitoiset@gmail.com" title="Samuel Pitoiset <samuel.pitoiset@gmail.com>"> <span class="fn">Samuel Pitoiset</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO - Texture holes in simple vulkan examples."
href="https://bugs.freedesktop.org/show_bug.cgi?id=109822">bug 109822</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>REOPENED
</td>
<td>NEEDINFO
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO - Texture holes in simple vulkan examples."
href="https://bugs.freedesktop.org/show_bug.cgi?id=109822#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO - Texture holes in simple vulkan examples."
href="https://bugs.freedesktop.org/show_bug.cgi?id=109822">bug 109822</a>
from <span class="vcard"><a class="email" href="mailto:samuel.pitoiset@gmail.com" title="Samuel Pitoiset <samuel.pitoiset@gmail.com>"> <span class="fn">Samuel Pitoiset</span></a>
</span></b>
<pre>Your thing doesn't build, also are you sure it's correct?
$ make
make -C lib
make -C 0000tri
make -C 0001uniform-buffer-object
make -C 0002lighting
make -C 0003index-buffer
make -C 0004cube
make -C 0005texture
make -C 0006multi-model
make -C 0007shared-ubo
make -C 0008multi-material
make -C 0009modify-instances-count
make -C 0010tasks-during-render
make[1]: Entering directory '/home/hakzsam/wip/cheako-vulkan/lib'
g++ -I../include -c -o cimgui/cimgui/cimgui.o cimgui/cimgui/cimgui.cpp
make[1]: Entering directory '/home/hakzsam/wip/cheako-vulkan/0000tri'
make[1]: *** No rule to make target '../lib/vk_mem_alloc.a', needed by
'vulkan'. Stop.
make[1]: Leaving directory '/home/hakzsam/wip/cheako-vulkan/0000tri'
make[1]: Entering directory '/home/hakzsam/wip/cheako-vulkan/0004cube'
make[1]: *** No rule to make target '../lib/vk_mem_alloc.a', needed by
'vulkan'. Stop.
make[1]: Leaving directory '/home/hakzsam/wip/cheako-vulkan/0004cube'
make[1]: Entering directory
'/home/hakzsam/wip/cheako-vulkan/0001uniform-buffer-object'
make[1]: *** No rule to make target '../lib/vk_mem_alloc.a', needed by
'vulkan'. Stop.
make[1]: Leaving directory
'/home/hakzsam/wip/cheako-vulkan/0001uniform-buffer-object'
make: *** [Makefile:9: 0000tri] Error 2
make: *** Waiting for unfinished jobs....
make: *** [Makefile:9: 0004cube] Error 2
g++ -I../include -c -o cimgui/cimgui/fontAtlas.o cimgui/cimgui/fontAtlas.cpp
make: *** [Makefile:9: 0001uniform-buffer-object] Error 2
make[1]: Entering directory '/home/hakzsam/wip/cheako-vulkan/0002lighting'
make[1]: *** No rule to make target '../lib/vk_mem_alloc.a', needed by
'vulkan'. Stop.
make[1]: Leaving directory '/home/hakzsam/wip/cheako-vulkan/0002lighting'
g++ -I../include -c -o cimgui/cimgui/drawList.o cimgui/cimgui/drawList.cpp
make: *** [Makefile:9: 0002lighting] Error 2
make[1]: Entering directory '/home/hakzsam/wip/cheako-vulkan/0003index-buffer'
make[1]: *** No rule to make target '../lib/vk_mem_alloc.a', needed by
'vulkan'. Stop.
make[1]: Leaving directory '/home/hakzsam/wip/cheako-vulkan/0003index-buffer'
g++ -I../include -c -o cimgui/cimgui/listClipper.o
cimgui/cimgui/listClipper.cpp
make[1]: Entering directory '/home/hakzsam/wip/cheako-vulkan/0005texture'
make[1]: *** No rule to make target '../lib/vk_mem_alloc.a', needed by
'vulkan'. Stop.
make[1]: Leaving directory '/home/hakzsam/wip/cheako-vulkan/0005texture'
make: *** [Makefile:9: 0003index-buffer] Error 2
g++ -I../include -c -o cimgui/imgui/imgui.o cimgui/imgui/imgui.cpp
make[1]: Entering directory '/home/hakzsam/wip/cheako-vulkan/0006multi-model'
make[1]: *** No rule to make target '../lib/vk_mem_alloc.a', needed by
'vulkan'. Stop.
make[1]: Leaving directory '/home/hakzsam/wip/cheako-vulkan/0006multi-model'
make: *** [Makefile:9: 0005texture] Error 2
make[1]: Entering directory '/home/hakzsam/wip/cheako-vulkan/0007shared-ubo'
make[1]: *** No rule to make target '../lib/vk_mem_alloc.a', needed by
'vulkan'. Stop.
make[1]: Leaving directory '/home/hakzsam/wip/cheako-vulkan/0007shared-ubo'
g++ -I../include -c -o cimgui/imgui/imgui_draw.o cimgui/imgui/imgui_draw.cpp
make: *** [Makefile:9: 0006multi-model] Error 2
make[1]: Entering directory
'/home/hakzsam/wip/cheako-vulkan/0008multi-material'
make[1]: *** No rule to make target '../lib/vk_mem_alloc.a', needed by
'vulkan'. Stop.
make[1]: Leaving directory '/home/hakzsam/wip/cheako-vulkan/0008multi-material'
make: *** [Makefile:9: 0007shared-ubo] Error 2
g++ -I../include -c -o cimgui/imgui/imgui_demo.o cimgui/imgui/imgui_demo.cpp
make[1]: Entering directory
'/home/hakzsam/wip/cheako-vulkan/0009modify-instances-count'
make[1]: *** No rule to make target '../lib/vk_mem_alloc.a', needed by
'vulkan'. Stop.
make[1]: Leaving directory
'/home/hakzsam/wip/cheako-vulkan/0009modify-instances-count'
make: *** [Makefile:9: 0008multi-material] Error 2
g++ -Icimgui/imgui -I../include -c -o
cimgui/imgui/examples/vulkan_example/imgui_impl_glfw_vulkan.o
cimgui/imgui/examples/vulkan_example/imgui_impl_glfw_vulkan.cpp
make: *** [Makefile:9: 0009modify-instances-count] Error 2
make[1]: *** No rule to make target 'imguicolortextedit/Makefile', needed by
'imguicolortextedit/libtexteditor.a'. Stop.
make[1]: *** Waiting for unfinished jobs....
make[1]: Entering directory
'/home/hakzsam/wip/cheako-vulkan/0010tasks-during-render'
make[1]: *** No rule to make target '../lib/vk_mem_alloc.a', needed by
'vulkan'. Stop.
make[1]: Leaving directory
'/home/hakzsam/wip/cheako-vulkan/0010tasks-during-render'
make: *** [Makefile:9: 0010tasks-during-render] Error 2
make[1]: Leaving directory '/home/hakzsam/wip/cheako-vulkan/lib'
make: *** [Makefile:9: lib] Error 2</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>