AndreyVK_D3D

Results 8 issues of AndreyVK_D3D

Hi ! I use last version of AMD Compressonator. ![image](https://user-images.githubusercontent.com/8597425/154668594-55571d10-5086-4352-bc52-bd1ef21b81ff.png) During creation mim maps I have got crash. ![image](https://user-images.githubusercontent.com/8597425/154669358-880c48bc-3e00-4919-8943-221b109bdd22.png) ![image](https://user-images.githubusercontent.com/8597425/154668540-88d38986-884a-49b7-919f-09be4034b351.png) I have attached image [particle_smoke.dds.zip](https://github.com/GPUOpen-Tools/compressonator/files/8096511/particle_smoke.dds.zip)

Compressonator can open tga file [image file.zip](https://github.com/GPUOpen-Tools/compressonator/files/7464231/image.file.zip) ![image](https://user-images.githubusercontent.com/8597425/139958288-ad4e0f92-d019-4875-9e6d-131555d3a478.png) but this file can be opened using Visual Studio or RenderDoc ![image](https://user-images.githubusercontent.com/8597425/139959294-bb3d445f-4b24-48ba-8792-f29fc01f931a.png)

Hi! please add BUILD_*_VULKAN_ONLY for some samples: gl_vk_chopper gl_render_vk_direct_display gl_vk_chopper gl_vk_threaded_cadscene

For GhostBSD we have OS "unknown" for Report. https://vulkan.gpuinfo.org/displayreport.php?id=11527 We should use POSIX uname function instead of QSysInfo for BSD Unix After fixing we have correct result: https://vulkan.gpuinfo.org/displayreport.php?id=11577 Also, see...

Hi! we have empty string for GhostBSD(may be on FreeBSD) https://github.com/SaschaWillems/VulkanCapsViewer/blob/7237fa52e182dff2f1806a638249da9c9f7b4b36/vulkancapsviewer.cpp#L79 My suggestion: ``` #if !defined(_WIN32) && !defined(__ANDROID__) #include #endif #if !defined(_WIN32) && !defined(__ANDROID__) struct utsname n; uname(&n); osInfo.name =...

For GhostBSD we have OS "unknown" for Report. https://vulkan.gpuinfo.org/displayreport.php?id=11527 We should use POSIX uname function instead of QSysInfo for BSD Unix After fixing we have correct result: https://vulkan.gpuinfo.org/displayreport.php?id=11577 Also, see...

Hi! AMD R7 240, Windows 7 X64. Duiring running demo i see only Black Screen and FPS in console.

Hi! We need to add KTX2 format support for output textures https://registry.khronos.org/KTX/specs/2.0/ktxspec.v2.html