librashader icon indicating copy to clipboard operation
librashader copied to clipboard

ABI v2

Open chyyran opened this issue 6 months ago • 0 comments

CABI v2 changes

  • Set size in respective output_image structs, otherwise size information from the pointer to the texture handle is used.
  • viewport is now a nullable pointer. if it's null, will use { 0, 0, texW, texH }, which is the most common use.
  • glow runtime, OpenGL loader is now part of the filter chain creation
  • _internal_alloc from libra_preset_param_list_t is removed

chyyran avatar Aug 20 '24 04:08 chyyran