taichi.ui.staging_buffer
#
- taichi.ui.staging_buffer.copy_all_to_vbo(vbo: ti.types.ndarray(element_dim=1), vertex: template(), normal: template(), texcoords: template(), color: template())#
- taichi.ui.staging_buffer.copy_image_f32_to_rgba8(src: ti.template(), dst: ti.types.ndarray(), num_components: ti.template(), gray_scale: ti.template())#
- taichi.ui.staging_buffer.copy_image_f32_to_rgba8_np(src: ti.types.ndarray(), dst: ti.types.ndarray(), num_components: ti.template(), gray_scale: ti.template())#
- taichi.ui.staging_buffer.copy_image_u8_to_rgba8(src: ti.template(), dst: ti.types.ndarray(), num_components: ti.template(), gray_scale: ti.template())#
- taichi.ui.staging_buffer.copy_image_u8_to_rgba8_np(src: ti.types.ndarray(), dst: ti.types.ndarray(), num_components: ti.template(), gray_scale: ti.template())#
- taichi.ui.staging_buffer.copy_texture_to_rgba8(src: ti.types.texture(num_dimensions=2), dst: ti.types.ndarray(), w: taichi.i32, h: taichi.i32)#
- taichi.ui.staging_buffer.depth_ndarray_cache#
- taichi.ui.staging_buffer.get_depth_ndarray(window)#
- taichi.ui.staging_buffer.get_indices_field(indices)#
- taichi.ui.staging_buffer.get_transforms_field(transforms)#
- taichi.ui.staging_buffer.get_vbo_field(vertices)#
- taichi.ui.staging_buffer.image_field_cache#
- taichi.ui.staging_buffer.indices_ndarray_cache#
- taichi.ui.staging_buffer.to_rgba8(image)#
- taichi.ui.staging_buffer.transforms_ndarray_cache#
- taichi.ui.staging_buffer.vbo_field_cache#