mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-16 06:00:33 +01:00
rt: fix for X macro redefinition
This commit is contained in:
parent
7b7d08a944
commit
e295f39c2b
@ -83,6 +83,7 @@ static void updateDescriptors( const xvk_ray_trace_primary_t* args ) {
|
||||
.imageLayout = VK_IMAGE_LAYOUT_GENERAL, \
|
||||
};
|
||||
RAY_PRIMARY_OUTPUTS(X)
|
||||
#undef X
|
||||
|
||||
g_ray_primary.desc.values[RtPrim_Desc_TLAS].accel = (VkWriteDescriptorSetAccelerationStructureKHR){
|
||||
.sType = VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_ACCELERATION_STRUCTURE_KHR,
|
||||
|
Loading…
Reference in New Issue
Block a user