mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-30 11:12:23 -05:00
misc: chore: Fix object creation in Vulkan project
This commit is contained in:
@@ -45,7 +45,7 @@ namespace Ryujinx.Graphics.Vulkan.Queries
|
||||
QueryPipelineStatisticFlags flags = type == CounterType.PrimitivesGenerated ?
|
||||
QueryPipelineStatisticFlags.GeometryShaderPrimitivesBit : 0;
|
||||
|
||||
QueryPoolCreateInfo queryPoolCreateInfo = new QueryPoolCreateInfo
|
||||
QueryPoolCreateInfo queryPoolCreateInfo = new()
|
||||
{
|
||||
SType = StructureType.QueryPoolCreateInfo,
|
||||
QueryCount = 1,
|
||||
|
||||
Reference in New Issue
Block a user