Skip to content

Performance about SilkTouch #446

@BobbyBao

Description

@BobbyBao
This is the decompiled code, will this cause performance loss?

[NativeApi(EntryPoint = "vkCmdDrawIndexed")]
public unsafe void CmdDrawIndexed([Count(Count = 0)] CommandBuffer commandBuffer, [Count(Count = 0)] uint indexCount, [Count(Count = 0)] uint instanceCount, [Count(Count = 0)] uint firstIndex, [Count(Count = 0)] int vertexOffset, [Count(Count = 0)] uint firstInstance)
{
	((delegate* unmanaged[Cdecl]<CommandBuffer, uint, uint, uint, int, uint, void>)(void*)(base.CurrentVTable as GeneratedVTable).Load(189, "vkCmdDrawIndexed"))(commandBuffer, indexCount, instanceCount, firstIndex, vertexOffset, firstInstance);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions