creating and destroying buffers

This commit is contained in:
Greg Wells
2025-06-06 12:58:15 -04:00
parent 2385b5d819
commit 585be0c6b0
5 changed files with 71 additions and 1 deletions

View File

@@ -91,6 +91,7 @@ gnReturnCode gnCreateGraphicsPipelineFn(struct gnGraphicsPipeline_t* graphicsPip
return GN_FAILED_TO_CREATE_GRAPHICS_PIPELINE;
}
[descriptor release];
[vertexDescriptor release];
[error release];
return GN_SUCCESS;
}