What can I help you with?
NVIDIA Holoscan SDK v3.1.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-2025, NVIDIA. Last updated on Apr 7, 2025.