AndreyVK_D3D

Results 14 comments of AndreyVK_D3D

@ymmikhail , Hi Also Compressonator crashes during creating mip levels for DDS texture with format A1RGB5 [vishka.zip](https://github.com/GPUOpen-Tools/compressonator/files/8172975/vishka.zip)

Example for VK_KHR_create_renderpass2 and VK_KHR_depth_stencil_resolve: https://github.com/Andreyogld3d/Vulkan_VK_KHR_depth_stencil_resolve

How to use Vullkan for live wallpaper without Java/Kotlin ?

@ggfan We need an information how to create a live wallpaper using Vullkan api @AndroidDeveloperLB > I don't think this website has live wallpaper sample. Anyway we need it!

Hi! thank you for your project. I have some problem: 1) Need to replace:https://github.com/uNetworking/libvc/blob/347a431008b58840792df65ce7167334bd3f9b94/src/main.cpp#L21 to `Program program(device, "shaders/comp.spv", {BUFFER});` 2) I have crash on Intel HD 630: https://github.com/uNetworking/libvc/blob/347a431008b58840792df65ce7167334bd3f9b94/src/program.cpp#L55,

Yes, later, thanks for your answer @SaschaWillems

@SaschaWillems see https://github.com/SaschaWillems/VulkanCapsViewer/pull/125

Hi @SaschaWillems So, we just need skip Linux platform using predefined macros __linux__, I think It will work

Also we need a HLSL's support for Mesh Shaders

Also please add HLSL for this example