layers: Add VK_NV_clip_space_w_scaling
Added support for VK_NV_clip_space_w_scaling to the validation
layers.
diff --git a/layers/stateless_validation.h b/layers/stateless_validation.h
index d8119ee..38f5648 100644
--- a/layers/stateless_validation.h
+++ b/layers/stateless_validation.h
@@ -1148,6 +1148,8 @@
bool manual_PreCallValidateCreateRayTracingPipelinesNV(VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount,
const VkRayTracingPipelineCreateInfoNV *pCreateInfos,
const VkAllocationCallbacks *pAllocator, VkPipeline *pPipelines);
+ bool manual_PreCallValidateCmdSetViewportWScalingNV(VkCommandBuffer commandBuffer, uint32_t firstViewport,
+ uint32_t viewportCount, const VkViewportWScalingNV *pViewportWScalings);
#ifdef VK_USE_PLATFORM_WIN32_KHR
bool PreCallValidateGetDeviceGroupSurfacePresentModes2EXT(VkDevice device, const VkPhysicalDeviceSurfaceInfo2KHR *pSurfaceInfo,