Пример #1
0
 public VkResult WaitForFences(
     [FromProperty("this")] GenDevice device,
     [CountFor("fences")] int fenceCount,
     [IsArray] GenFence *pFences,
     VkBool32 waitAll,
     ulong timeout)
 => default(VkResult);
Пример #2
0
 public void FreeCommandBuffers(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenCommandPool commandPool,
     [CountFor("commandBuffers")] int commandBufferCount,
     [IsArray] GenCommandBuffer *pCommandBuffers)
 {
 }
Пример #3
0
 public VkResult CreateSharedSwapchainsKHR(
     [FromProperty("this")] GenDevice device,
     [CountFor("createInfos")] int swapchainCount,
     [IsArray] GenSwapchainCreateInfoKHR *pCreateInfos,
     GenAllocationCallbacks *pAllocator,
     [Return, ReturnCount("createInfos?.Count ?? 0"), IsArray] GenSwapchainKHR *pSwapchains)
 => default(VkResult);
Пример #4
0
 public void GetImageSparseMemoryRequirements(
     [FromProperty("this")] GenDevice device,
     GenImage image,
     [ReturnSize] int *pSparseMemoryRequirementCount,
     [Return, IsArray] VkSparseImageMemoryRequirements *pSparseMemoryRequirements)
 {
 }
Пример #5
0
 public void GetImageSubresourceLayout(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenImage image,
     VkImageSubresource *pSubresource,
     [Return] VkSubresourceLayout *pLayout)
 {
 }
Пример #6
0
 public VkResult AcquireNextImageKHR(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenSwapchainKHR swapchain,
     ulong timeout,
     GenSemaphore semaphore,
     GenFence fence,
     [Return] int *pImageIndex)
 => default(VkResult);
Пример #7
0
 public VkResult CreateGraphicsPipelines(
     [FromProperty("this")] GenDevice device,
     GenPipelineCache pipelineCache,
     [CountFor("createInfos")] int createInfoCount,
     [IsArray] GenGraphicsPipelineCreateInfo *pCreateInfos,
     GenAllocationCallbacks *pAllocator,
     [Return, IsArray, ReturnCount("_createInfoCount")] GenPipeline *pPipelines)
 => default(VkResult);
Пример #8
0
 public void UpdateDescriptorSets(
     [FromProperty("this")] GenDevice device,
     [CountFor("descriptorWrites")] int descriptorWriteCount,
     [IsArray] GenWriteDescriptorSet *pDescriptorWrites,
     [CountFor("descriptorCopies")] int descriptorCopyCount,
     [IsArray] GenCopyDescriptorSet *pDescriptorCopies)
 {
 }
Пример #9
0
 public VkResult MapMemory(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenDeviceMemory memory,
     ulong offset,
     ulong size,
     VkMemoryMapFlags flags,
     [Return] IntPtr *ppData)
 => default(VkResult);
Пример #10
0
 public VkResult GetQueryPoolResults(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenQueryPool queryPool,
     int firstQuery,
     int queryCount,
     Sizet dataSize,
     IntPtr pData,
     ulong stride,
     VkQueryResultFlags flags)
 => default(VkResult);
Пример #11
0
 public void UnmapMemory(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenDeviceMemory memory)
 {
 }
Пример #12
0
 public void GetBufferMemoryRequirements(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenBuffer buffer,
     [Return] VkMemoryRequirements *pMemoryRequirements)
 {
 }
Пример #13
0
 public void DestroySwapchainKHR(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenSwapchainKHR swapchain,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }
Пример #14
0
 public VkResult BindBufferMemory(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenBuffer buffer,
     GenDeviceMemory memory,
     ulong memoryOffset)
 => default(VkResult);
Пример #15
0
 public VkResult GetSwapchainImagesKHR(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenSwapchainKHR swapchain,
     [ReturnSize] int *pSwapchainImageCount,
     [Return, IsArray] GenImage *pSwapchainImages)
 => default(VkResult);
Пример #16
0
 public VkResult GetFenceStatus(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenFence fence)
 => default(VkResult);
Пример #17
0
 public void DestroyPipelineCache(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenPipelineCache pipelineCache,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }
Пример #18
0
 public VkResult MergePipelineCaches(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenPipelineCache dstCache,
     [CountFor("srcCaches")] int srcCacheCount,
     [IsArray] GenPipelineCache *pSrcCaches)
 => default(VkResult);
Пример #19
0
 public VkResult ResetEvent(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenEvent eventObj)
 => default(VkResult);
Пример #20
0
 public void DestroyQueryPool(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenQueryPool queryPool,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }
Пример #21
0
 public void DestroyFramebuffer(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenFramebuffer framebuffer,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }
Пример #22
0
 public void GetDeviceMemoryCommitment(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenDeviceMemory memory,
     [Return] ulong *pCommittedMemoryInBytes)
 {
 }
Пример #23
0
 public void DestroyEvent(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenEvent eventObj,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }
Пример #24
0
 public void FreeMemory(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenDeviceMemory memory,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }
Пример #25
0
 public VkResult GetPipelineCacheData(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenPipelineCache pipelineCache,
     [ReturnSize] Sizet *pDataSize,
     [Return] void *pData)
 => default(VkResult);
Пример #26
0
 public void GetRenderAreaGranularity(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenRenderPass renderPass,
     [Return] VkExtent2D *pGranularity)
 {
 }
Пример #27
0
 public void DestroySemaphore(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenSemaphore semaphore,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }
Пример #28
0
 public void DestroyRenderPass(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenRenderPass renderPass,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }
Пример #29
0
 public void DestroyFence(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenFence fence,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }
Пример #30
0
 public void DestroySampler(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenSampler sampler,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }