copy needed data into renderpass

This commit is contained in:
Gregory Wells
2025-08-18 00:08:18 -04:00
parent 97a70e911d
commit cb55a7716f
3 changed files with 74 additions and 4 deletions

View File

@@ -22,8 +22,6 @@ typedef struct gnPlatformRenderPassDescriptor_t {
uint32_t subpassCount;
mtlSubpass* subpasses;
mtlSubpassCopyInfo* copyInfos;
} gnPlatformRenderPassDescriptor;
gnReturnCode createMetalRenderPass(gnRenderPassDescriptor renderPass, gnDevice device, gnRenderPassDescriptorInfo info);