Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
C++20 VKPT: Removed pNext=NULL from god_rays.cpp- BARRIER_COMPUTE
Browse files Browse the repository at this point in the history
  • Loading branch information
WatIsDeze committed Mar 10, 2021
1 parent 81a1743 commit a45373a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/refresh/vkpt/god_rays.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ vkpt_god_rays_noop()
}; \
IMAGE_BARRIER(cmd_buf, \
.sType = VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER, \
.pNext = NULL, \
//.pNext = NULL, \
.srcAccessMask = VK_ACCESS_SHADER_WRITE_BIT, \
.dstAccessMask = VK_ACCESS_SHADER_WRITE_BIT, \
.oldLayout = VK_IMAGE_LAYOUT_GENERAL, \
Expand Down

0 comments on commit a45373a

Please sign in to comment.