소스 검색

Backends: Vulkan: forgot to update Changelog. (#8772)

ocornut 2 달 전
부모
커밋
c0d02e5ae4
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      docs/CHANGELOG.txt

+ 2 - 0
docs/CHANGELOG.txt

@@ -69,6 +69,8 @@ Other changes:
   ALLEGRO_LOCK_WRITEONLY needed all texels to be rewritten. (#8770)
 - Backends: Vulkan: use nonCoherentAtomSize to align upload_size, fixing
   validation error on some setups. (#8743, #8744) [@tquante]
+- Backends: Vulkan: fixed texture synchronization issue introduced in 1.92.0,
+  leading to validation layers reacting. (#8772) [@Majora320]
 
 
 -----------------------------------------------------------------------