render_slices.h
changeset 19 d18606bb6f20
parent 18 86f2e5b7191b
equal deleted inserted replaced
18:86f2e5b7191b 19:d18606bb6f20
    54 
    54 
    55 /*
    55 /*
    56  * You may call render_slices_process_row next.
    56  * You may call render_slices_process_row next.
    57  */
    57  */
    58 #define SLICE_PROCESS_ROW 0x02
    58 #define SLICE_PROCESS_ROW 0x02
       
    59 
       
    60 // XXX: you can't modify the slice's row buffer until these return SLICE_CONTINUE
    59 
    61 
    60 /*
    62 /*
    61  * The render_buf for the render_slice_info with the given index value contains
    63  * The render_buf for the render_slice_info with the given index value contains
    62  * the full information for the next row of the render_info render. Returns a
    64  * the full information for the next row of the render_info render. Returns a
    63  * bitwise-OR of the SLICE_* flags, or -1 for an error:
    65  * bitwise-OR of the SLICE_* flags, or -1 for an error: