Jump to content

Search the Community

Showing results for tags 'doublebuffering'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Multi Theft Auto: San Andreas 1.x
    • Support for MTA:SA 1.x
    • User Guides
    • Open Source Contributors
    • Suggestions
    • Ban appeals
  • General MTA
    • News
    • Media
    • Site/Forum/Discord/Mantis/Wiki related
    • MTA Chat
    • Other languages
  • MTA Community
    • Scripting
    • Maps
    • Resources
    • Other Creations & GTA modding
    • Competitive gameplay
    • Servers
  • Other
    • General
    • Multi Theft Auto 0.5r2
    • Third party GTA mods
  • Archive
    • Archived Items
    • Trash

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Gang


Location


Occupation


Interests

Found 1 result

  1. Hello guys. First question: local width = 1024 local height = 256 local target = dxCreateRenderTarget ( width, height, true) So, i created a 1024*256 render target with alpha. But get dxGetStatus() says i used 2mb of video ram. Why? I guess an rgba color takes 4 byte. 1024*256 = 262144 pixel 262144 * 4 byte = 1048576 byte 1048576 / 1024 = 1024 kb 1024 / 1024 = 1 mb (Am i missed something?) So it should be 1 mb but it 2 mb so render targets uses double buffering? And if yes can i disable this, somehow? Because i only draw my render target once then use it forever. So it's just take my vram for nothing. Second question: What is exactly streaming memory? I mean is it the video memory? And what is the problem with it? SA doesn't manage it good enough and if i use too much modell in the same place then the video memory will be full then crash or wierd things happen?
×
×
  • Create New...