Banuba SDK
|
Data for creating surface. More...
#include <surface_data.hpp>
Public Member Functions | |
surface_data (int64_t gpu_device_ptr_, int64_t command_queue_ptr_, int64_t surface_ptr_) | |
Public Attributes | |
int64_t | gpu_device_ptr |
Pointer to device gpu. | |
int64_t | command_queue_ptr |
Pointer to gpu command queue. | |
int64_t | surface_ptr |
Pointer to render layer. | |
Data for creating surface.
Definition at line 16 of file surface_data.hpp.