예제 #1
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);
예제 #2
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);
예제 #3
0
 public VkResult CreateSwapchainKHR(
     [FromProperty("this")] GenDevice device,
     GenSwapchainCreateInfoKHR *pCreateInfo,
     GenAllocationCallbacks *pAllocator,
     [Return] GenSwapchainKHR *pSwapchain)
 => default(VkResult);
예제 #4
0
 public void DestroyBufferView(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenBufferView bufferView,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }
예제 #5
0
 public VkResult CreateShaderModule(
     [FromProperty("this")] GenDevice device,
     GenShaderModuleCreateInfo *pCreateInfo,
     GenAllocationCallbacks *pAllocator,
     [Return] GenShaderModule *pShaderModule)
 => default(VkResult);
예제 #6
0
 public void DestroyPipelineCache(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenPipelineCache pipelineCache,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }
예제 #7
0
파일: GenFence.cs 프로젝트: Zulkir/VulkaNet
 public void DestroyFence(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenFence fence,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }
예제 #8
0
 public void DestroySwapchainKHR(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenSwapchainKHR swapchain,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }
예제 #9
0
 public void DestroyFramebuffer(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenFramebuffer framebuffer,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }
예제 #10
0
 public void DestroyImageView(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenImageView imageView,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }
예제 #11
0
 public void DestroyRenderPass(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenRenderPass renderPass,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }
예제 #12
0
 public VkResult CreatePipelineLayout(
     [FromProperty("this")] GenDevice device,
     GenPipelineLayoutCreateInfo *pCreateInfo,
     GenAllocationCallbacks *pAllocator,
     [Return] GenPipelineLayout *pPipelineLayout)
 => default(VkResult);
예제 #13
0
 public VkResult CreateQueryPool(
     [FromProperty("this")] GenDevice device,
     GenQueryPoolCreateInfo *pCreateInfo,
     GenAllocationCallbacks *pAllocator,
     [Return] GenQueryPool *pQueryPool)
 => default(VkResult);
예제 #14
0
 public VkResult CreateImageView(
     [FromProperty("this")] GenDevice device,
     GenImageViewCreateInfo *pCreateInfo,
     GenAllocationCallbacks *pAllocator,
     [Return] GenImageView *pView)
 => default(VkResult);
예제 #15
0
 public VkResult AllocateMemory(
     [FromProperty("this")] GenDevice device,
     GenMemoryAllocateInfo *pAllocateInfo,
     GenAllocationCallbacks *pAllocator,
     [Return] GenDeviceMemory *pMemory)
 => default(VkResult);
예제 #16
0
 public void DestroyCommandPool(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenCommandPool commandPool,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }
예제 #17
0
 public void DestroyShaderModule(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenShaderModule shaderModule,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }
예제 #18
0
 public void DestroyDescriptorPool(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenDescriptorPool descriptorPool,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }
예제 #19
0
 public void FreeMemory(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenDeviceMemory memory,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }
예제 #20
0
 public VkResult CreateFence(
     [FromProperty("this")] GenDevice device,
     GenFenceCreateInfo *pCreateInfo,
     GenAllocationCallbacks *pAllocator,
     [Return] GenFence *pFence)
 => default(VkResult);
예제 #21
0
 public void DestroySampler(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenSampler sampler,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }
예제 #22
0
 public VkResult CreateSemaphore(
     [FromProperty("this")] GenDevice device,
     GenSemaphoreCreateInfo *pCreateInfo,
     GenAllocationCallbacks *pAllocator,
     [Return] GenSemaphore *pSemaphore)
 => default(VkResult);
예제 #23
0
 public void DestroyQueryPool(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenQueryPool queryPool,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }
예제 #24
0
 public VkResult CreateEvent(
     [FromProperty("this")] GenDevice device,
     GenEventCreateInfo *pCreateInfo,
     GenAllocationCallbacks *pAllocator,
     [Return] GenEvent *pEvent)
 => default(VkResult);
예제 #25
0
파일: GenEvent.cs 프로젝트: Zulkir/VulkaNet
 public void DestroyEvent(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenEvent eventObj,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }
예제 #26
0
 public VkResult CreateRenderPass(
     [FromProperty("this")] GenDevice device,
     GenRenderPassCreateInfo *pCreateInfo,
     GenAllocationCallbacks *pAllocator,
     [Return] GenRenderPass *pRenderPass)
 => default(VkResult);
예제 #27
0
 public void DestroySemaphore(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenSemaphore semaphore,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }
예제 #28
0
 public VkResult CreateFramebuffer(
     [FromProperty("this")] GenDevice device,
     GenFramebufferCreateInfo *pCreateInfo,
     GenAllocationCallbacks *pAllocator,
     [Return] GenFramebuffer *pFramebuffer)
 => default(VkResult);
예제 #29
0
 public void DestroyDebugReportCallbackEXT(
     [FromProperty("Instance.Handle")] VkInstance instance,
     [FromProperty("this")] GenDebugReportCallbackEXT callback,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }
예제 #30
0
 public void DestroySurfaceKHR(
     [FromProperty("Instance.Handle")] VkInstance instance,
     [FromProperty("this")] GenSurfaceKHR surface,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }