Skip to content

Commit

Permalink
[spritekit] Update for beta 4 (#2368)
Browse files Browse the repository at this point in the history
  • Loading branch information
spouliot committed Jul 25, 2017
1 parent 47f33ea commit 638de61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/spritekit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3269,8 +3269,7 @@ interface SKWarpGeometryGrid : NSCoding
interface SKRenderer {
[Static]
[Export ("rendererWithDevice:")]
[return: NullAllowed]
SKRenderer FromDevice ([NullAllowed] IMTLDevice device);
SKRenderer FromDevice (IMTLDevice device);

[Export ("renderWithViewport:commandBuffer:renderPassDescriptor:")]
void Render (CGRect viewport, IMTLCommandBuffer commandBuffer, MTLRenderPassDescriptor renderPassDescriptor);
Expand Down

0 comments on commit 638de61

Please sign in to comment.