Example #1
0
 public void CmdPushConstants(
     [FromProperty("this")] GenCommandBuffer commandBuffer,
     GenPipelineLayout layout,
     VkShaderStage stageFlags,
     int offset,
     int size,
     IntPtr pValues)
 {
 }
Example #2
0
 public void CmdBindDescriptorSets(
     [FromProperty("this")] GenCommandBuffer commandBuffer,
     VkPipelineBindPoint pipelineBindPoint,
     GenPipelineLayout layout,
     int firstSet,
     [CountFor("descriptorSets")] int descriptorSetCount,
     [IsArray] GenDescriptorSet *pDescriptorSets,
     [CountFor("dynamicOffsets")] int dynamicOffsetCount,
     [IsArray] int *pDynamicOffsets)
 {
 }
Example #3
0
 public void DestroyPipelineLayout(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenPipelineLayout pipelineLayout,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }