MCPcopy Create free account

hub / github.com/DGriffin91/bevy_bistro_scene / functions

Functions37 in github.com/DGriffin91/bevy_bistro_scene

↓ 5 callersFunctionlerp
(a: T, b: T, t: f32)
src/main.rs:467
↓ 3 callersFunctioncheck_image_compatible
(image: &Image)
src/mipmap_generator.rs:608
↓ 2 callersFunctionbcn_compress_dyn_image
( compression_speed: CompressionSpeed, dyn_image: &DynamicImage, has_alpha: bool, low_quality:
src/mipmap_generator.rs:743
↓ 2 callersFunctionbytes_to_gb
(bytes: usize)
src/mipmap_generator.rs:311
↓ 1 callersFunctionbcn_equivalent_format_of_dyn_image
If low_quality is set, only 0.5 byte/px formats will be used (BC1, BC4) unless alpha is being used (BC3)
src/mipmap_generator.rs:861
↓ 1 callersMethodbench_reset
(&mut self)
src/main.rs:611
↓ 1 callersMethodbench_step
(&mut self)
src/main.rs:615
↓ 1 callersMethodbuild
(&self, app: &mut App)
src/mipmap_generator.rs:128
↓ 1 callersFunctioncalculate_hash
(image: &Image, settings: &MipmapGeneratorSettings)
src/mipmap_generator.rs:913
↓ 1 callersFunctioncalculate_mip_count
Returns the number of mip levels The `max_mip_count` includes the first input mip level. So setting this to 2 will result in a single additional mip l
src/mipmap_generator.rs:527
↓ 1 callersFunctionchange_gltf_to_use_ktx2
()
src/convert.rs:5
↓ 1 callersFunctionconvert_images_to_ktx2
()
src/convert.rs:23
↓ 1 callersFunctionfollow_path
(points: &[Transform], progress: f32)
src/main.rs:474
↓ 1 callersFunctiongenerate_mips
Returns a vec of bytes containing the image data for all generated mips. Use `calculate_mip_count()` to find the value for `mip_count`.
src/mipmap_generator.rs:440
↓ 1 callersFunctiongenerate_mips_texture
`added_cache_size` is for tracking the amount of data that was cached by this call. Compressed BCn data is cached on disk if cache_compressed_image_da
src/mipmap_generator.rs:348
↓ 1 callersMethodget_bc7_encoder
(&self, has_alpha: bool)
src/mipmap_generator.rs:80
↓ 1 callersMethodget_images
(&self)
src/mipmap_generator.rs:644
↓ 1 callersFunctionload_from_cache
(hash: u64, cache_dir: &Path)
src/mipmap_generator.rs:945
↓ 1 callersFunctionsave_to_cache
(hash: u64, bytes: &[u8], cache_dir: &Path)
src/mipmap_generator.rs:933
↓ 1 callersFunctiontry_into_dynamic
(image: Image)
src/mipmap_generator.rs:694
Functionadd_no_frustum_culling
( mut commands: Commands, convert_query: Query< Entity, ( Without<NoFrustu
src/main.rs:587
Functionall_children
( children: &Children, children_query: &Query<&Children>, closure: &mut F, )
src/main.rs:339
Functionbenchmark
( input: Res<ButtonInput<KeyCode>>, mut camera_transform: Single<&mut Transform, With<Camera>>, ma
src/main.rs:529
Methoddefault
()
src/main.rs:403
Methoddefault
()
src/mipmap_generator.rs:55
Functionextract_mip_level
Extract a specific individual mip level as a new image.
src/mipmap_generator.rs:556
Functionformat_bytes_size
(size_in_bytes: usize)
src/mipmap_generator.rs:114
Functionframe_time_system
( diagnostics: Res<DiagnosticsStore>, mut text: Query<&mut Text, With<FrameTimeText>>, mut measure
src/main.rs:621
Functiongenerate_mipmaps
( mut commands: Commands, mut material_events: MessageReader<AssetEvent<M>>, mut materials: ResMut
src/mipmap_generator.rs:237
Functioninit_loading_text
(mut commands: Commands)
src/mipmap_generator.rs:156
Functioninput
( input: Res<ButtonInput<KeyCode>>, mut camera: Query<&mut Transform, With<Camera>>, positions: Re
src/main.rs:445
Functionmain
()
src/main.rs:125
Functionproc_scene
( scene_ready: On<WorldInstanceReady>, mut commands: Commands, children: Query<&Children>, has
src/main.rs:353
Functionrun_animation
( time: Res<Time>, input: Res<ButtonInput<KeyCode>>, mut animation_active: Local<bool>, mut ca
src/main.rs:489
Functionsetup
(mut commands: Commands, asset_server: Res<AssetServer>, args: Res<Args>)
src/main.rs:198
Functionspin
( camera: Single<Entity, With<Camera>>, mut things_to_spin: Query<&mut Transform, With<Spin>>, tim
src/main.rs:511
Functionupdate_loading_text
( mut texts: Query<(&mut Text, &mut TextColor), With<MipmapGeneratorDebugLoadingText>>, progress: Res<
src/mipmap_generator.rs:194