Example #1
0
 public void CmdBindIndexBuffer(
     [FromProperty("this")] GenCommandBuffer commandBuffer,
     GenBuffer buffer,
     DeviceSize offset,
     VkIndexType indexType)
 {
 }
Example #2
0
 public void CmdFillBuffer(
     [FromProperty("this")] GenCommandBuffer commandBuffer,
     GenBuffer dstBuffer,
     DeviceSize dstOffset,
     DeviceSize size,
     int data)
 {
 }
Example #3
0
 public void CmdUpdateBuffer(
     [FromProperty("this")] GenCommandBuffer commandBuffer,
     GenBuffer dstBuffer,
     DeviceSize dstOffset,
     DeviceSize dataSize,
     IntPtr pData)
 {
 }
Example #4
0
 public void CmdCopyBuffer(
     [FromProperty("this")] GenCommandBuffer commandBuffer,
     GenBuffer srcBuffer,
     GenBuffer dstBuffer,
     [CountFor("regions")] int regionCount,
     [IsArray] VkBufferCopy *pRegions)
 {
 }
Example #5
0
 public void CmdDrawIndexedIndirect(
     [FromProperty("this")] GenCommandBuffer commandBuffer,
     GenBuffer buffer,
     DeviceSize offset,
     int drawCount,
     int stride)
 {
 }
Example #6
0
 public void CmdCopyBufferToImage(
     [FromProperty("this")] GenCommandBuffer commandBuffer,
     GenBuffer srcBuffer,
     GenImage dstImage,
     VkImageLayout dstImageLayout,
     [CountFor("regions")] int regionCount,
     [IsArray] VkBufferImageCopy *pRegions)
 {
 }
Example #7
0
 public void CmdCopyImageToBuffer(
     [FromProperty("this")] GenCommandBuffer commandBuffer,
     GenImage srcImage,
     VkImageLayout srcImageLayout,
     GenBuffer dstBuffer,
     [CountFor("regions")] int regionCount,
     [IsArray] VkBufferImageCopy *pRegions)
 {
 }
Example #8
0
 public void CmdCopyQueryPoolResults(
     [FromProperty("this")] GenCommandBuffer commandBuffer,
     GenQueryPool queryPool,
     int firstQuery,
     int queryCount,
     GenBuffer dstBuffer,
     ulong dstOffset,
     ulong stride,
     VkQueryResultFlags flags)
 {
 }
Example #9
0
 public void CmdCopyImageToBuffer(
     [FromProperty("this")] GenCommandBuffer commandBuffer,
     GenImage srcImage,
     VkImageLayout srcImageLayout,
     GenBuffer dstBuffer,
     [CountFor("regions")] int regionCount,
     [IsArray] VkBufferImageCopy* pRegions)
 { }
Example #10
0
 public void DestroyBuffer(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenBuffer buffer,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }
Example #11
0
 public void CmdCopyQueryPoolResults(
     [FromProperty("this")] GenCommandBuffer commandBuffer,
     GenQueryPool queryPool,
     int firstQuery,
     int queryCount,
     GenBuffer dstBuffer,
     ulong dstOffset,
     ulong stride,
     VkQueryResultFlags flags)
 { }
Example #12
0
 public void CmdFillBuffer(
     [FromProperty("this")] GenCommandBuffer commandBuffer,
     GenBuffer dstBuffer,
     DeviceSize dstOffset,
     DeviceSize size,
     int data)
 { }
Example #13
0
 public void CmdDispatchIndirect(
     [FromProperty("this")] GenCommandBuffer commandBuffer,
     GenBuffer buffer,
     DeviceSize offset)
 { }
Example #14
0
 public VkResult BindBufferMemory(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenBuffer buffer,
     GenDeviceMemory memory,
     ulong memoryOffset)
 => default(VkResult);
Example #15
0
 public void CmdUpdateBuffer(
     [FromProperty("this")] GenCommandBuffer commandBuffer,
     GenBuffer dstBuffer,
     DeviceSize dstOffset,
     DeviceSize dataSize,
     IntPtr pData)
 { }
Example #16
0
 public void CmdCopyBufferToImage(
     [FromProperty("this")] GenCommandBuffer commandBuffer,
     GenBuffer srcBuffer,
     GenImage dstImage,
     VkImageLayout dstImageLayout,
     [CountFor("regions")] int regionCount,
     [IsArray] VkBufferImageCopy* pRegions)
 { }
Example #17
0
 public void CmdCopyBuffer(
     [FromProperty("this")] GenCommandBuffer commandBuffer,
     GenBuffer srcBuffer,
     GenBuffer dstBuffer,
     [CountFor("regions")] int regionCount,
     [IsArray] VkBufferCopy* pRegions)
 { }
Example #18
0
 public void CmdBindIndexBuffer(
     [FromProperty("this")] GenCommandBuffer commandBuffer,
     GenBuffer buffer,
     DeviceSize offset,
     VkIndexType indexType)
 { }
Example #19
0
 public void CmdDrawIndexedIndirect(
     [FromProperty("this")] GenCommandBuffer commandBuffer,
     GenBuffer buffer,
     DeviceSize offset,
     int drawCount,
     int stride)
 { }
Example #20
0
 public void CmdDispatchIndirect(
     [FromProperty("this")] GenCommandBuffer commandBuffer,
     GenBuffer buffer,
     DeviceSize offset)
 {
 }
Example #21
0
 public void GetBufferMemoryRequirements(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenBuffer buffer,
     [Return] VkMemoryRequirements *pMemoryRequirements)
 {
 }