mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-29 21:46:25 +02:00
misc: chore: Fix object creation in Vulkan project
This commit is contained in:
parent
eae6dba610
commit
5f023ca49b
37 changed files with 172 additions and 172 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue