Ends direct bitmap memory access.
Each time we call STATE_bitmap_start_direct_memory_access()
we have to call STATE_bitmap_end_direct_memory_access()
after finishing the direct access
Parameters:
bitmap_handle [IN]:
The bitmap handle
mipmap_level [IN]:
Use the same mipmap level used when STATE_bitmap_start_direct_memory_access() was called
Return Value:
Returns OK or VR_ERROR. VR_ERROR is returned when calling this function before the first render or when trying to end direct memory
access without first starting it using STATE_bitmap_start_direct_memory_access()
|