• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: A incredible problem about core image generated from the opengl texture.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A incredible problem about core image generated from the opengl texture.


  • Subject: Re: A incredible problem about core image generated from the opengl texture.
  • From: "Stephen Deken" <email@hidden>
  • Date: Fri, 6 Apr 2007 12:31:31 -0500

                CIImage *newImage = [CIImage initWithTexture:_textureName
size:myCGSize flipped:YES colorSpace:myColorSpace];

You're not allocating anything here. Try:

CIImage *newImage = [[CIImage alloc] initWithTexture:_textureName
size:myCGSize flipped:YES colorSpace:myColorSpace];

HTH

--
Stephen Deken
email@hidden
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >A incredible problem about core image generated from the opengl texture. (From: Steve Walter <email@hidden>)

  • Prev by Date: A incredible problem about core image generated from the opengl texture.
  • Next by Date: Re: Authentication in preferencepanes
  • Previous by thread: A incredible problem about core image generated from the opengl texture.
  • Next by thread: CoreData and Binding question
  • Index(es):
    • Date
    • Thread