Results 1 to 4 of 4

Thread: DelphiX and hardware property

  1. #1

    DelphiX and hardware property

    As I heard, DelphiX does alpha effect by software (and that's why it is so slow). What is the DXDraw.Hardware property for then

  2. #2

    DelphiX and hardware property

    I think that property is probably for 3D. DirectDraw does not have hardware accelerated alpha-blending (and rotation), which is why DelphiX does it in software.
    [size=10px][ Join us in #pgd on irc.freenode.net ] [ Sign the Petition for a Software Patent Free Europe ][/size]

  3. #3

    DelphiX and hardware property

    From the DelphiX help:
    doHardware -- The hardware acceleration of Direct3D is made effective.
    [size=10px][ Join us in #pgd on irc.freenode.net ] [ Sign the Petition for a Software Patent Free Europe ][/size]

  4. #4

    Do Hardware

    The DoHardware property is set true if you want the card to do the rendering (if it is capable of it), and false if you want all rendering done in software (whatever the capability of the card).

    Usually set to true, the thing will automatically kick back to software rendering if it gets too much for the card.
    Stevie
    <br />
    <br />Don't follow me..... I'm lost.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •