Changes between Version 20 and Version 21 of GraphicsApi


Ignore:
Timestamp:
Jan 7, 2008, 8:18:36 PM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GraphicsApi

    v20 v21  
    9999`boinc_graphics_make_shmem()` (called from the main app) creates a shared memory segment of the given size.
    100100'appname' should be the name of this application (used to ensure uniqueness of the shared-memory segment name). `boinc_graphics_get_shmem()` (called from the graphics app) attaches to an existing segment.
     101It must be called AFTER boinc_parse_init_data_file().
    101102
    102103The contents of the shared memory segment are up to you.