Graphics
Intel® graphics drivers and software, compatibility, troubleshooting, performance, and optimization
20642 Discussions

Vulkan : driver 15.45.14.4590 crashes when VkVertexInputAttributeDescription::offset is non-zero

toshiya_t_
Beginner
912 Views

Create a graphics pipeline with non-zero VkVertexInputAttributeDescription::offset and bind.

vkCmdDraw -> OK

Create another similar graphics pipeline and bind.

vkCmdDraw -> Crash

 

I modified my code so that VkVertexInputAttributeDescription::offset is always zero, but that is somewhat inconvenient.

 

T.T

0 Kudos
1 Reply
Michael_C_Intel2
Employee
912 Views

Hi,

Can you fill in the template below? I need the information to get the issue properly investigated. 

Thanks.

System Setup Information:
-----------------------------------------

System Used: (Manufacturer/Model)
CPU SKU: (i3, i5, Pentium, Celeron, etc.)
GPU SKU: (HD4400, HD5100, etc.)
Processor Line: (Y-Series, U-Series, etc.)
System BIOS Version:
CMOS settings:
Graphics Driver Version:
GOP/VBIOS Version:
Operating System:
OS Version:
API:
Occurs on non-Intel GPUs?:

Steps to Reproduce:
-------------------------------
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.

Expected Results:
-------------------------------

Actual Results:
-------------------------------

Additional Information:
-------------------------------

0 Kudos
Reply