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