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.
|
inline |
Definition at line 24 of file surface_data.hpp.
int64_t bnb::interfaces::surface_data::command_queue_ptr |
Pointer to gpu command queue.
Definition at line 20 of file surface_data.hpp.
int64_t bnb::interfaces::surface_data::gpu_device_ptr |
Pointer to device gpu.
Definition at line 18 of file surface_data.hpp.
int64_t bnb::interfaces::surface_data::surface_ptr |
Pointer to render layer.
Definition at line 22 of file surface_data.hpp.