Exemplo n.º 1
0
 public VkResult ResetEvent(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenEvent eventObj)
 => default(VkResult);
Exemplo n.º 2
0
 public void DestroyEvent(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenEvent eventObj,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }
Exemplo n.º 3
0
 public void CmdResetEvent(
     [FromProperty("this")] GenCommandBuffer commandBuffer,
     GenEvent eventObj,
     VkPipelineStageFlags stageMask)
 {
 }