mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-27 00:52:56 +00: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