NVIDIA Holoscan SDK v2.7.0
Holoscan v2.7.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 Dec 2, 2024.