NVIDIA Holoscan SDK v.2.8.0

Typedef holoscan::viz::FramebufferSizeCallbackFunction

typedef void (*holoscan::viz::FramebufferSizeCallbackFunction)(void *user_pointer, int width, int height)

Function pointer type for framebuffer size callbacks.

Param user_pointer

user pointer value

Param width

new width of the framebuffer in pixels

Param height

new height of the framebuffer in pixels

Previous Typedef holoscan::viz::CursorPosCallbackFunction
Next Typedef holoscan::viz::InstanceHandle
© Copyright 2022-2024, NVIDIA. Last updated on Jan 27, 2025.