-
-
Notifications
You must be signed in to change notification settings - Fork 444
Closed
Labels
Description
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);
}