|
|
@ -351,6 +351,7 @@ PipelineCache::PipelineCache(RasterizerVulkan& rasterizer_, const Device& device
|
|
|
|
.support_geometry_shader_passthrough = device.IsNvGeometryShaderPassthroughSupported(),
|
|
|
|
.support_geometry_shader_passthrough = device.IsNvGeometryShaderPassthroughSupported(),
|
|
|
|
.support_native_ndc = device.IsExtDepthClipControlSupported(),
|
|
|
|
.support_native_ndc = device.IsExtDepthClipControlSupported(),
|
|
|
|
.support_scaled_attributes = !device.MustEmulateScaledFormats(),
|
|
|
|
.support_scaled_attributes = !device.MustEmulateScaledFormats(),
|
|
|
|
|
|
|
|
.support_multi_viewport = device.SupportsMultiViewport(),
|
|
|
|
|
|
|
|
|
|
|
|
.warp_size_potentially_larger_than_guest = device.IsWarpSizePotentiallyBiggerThanGuest(),
|
|
|
|
.warp_size_potentially_larger_than_guest = device.IsWarpSizePotentiallyBiggerThanGuest(),
|
|
|
|
|
|
|
|
|
|
|
|