Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ as_slice
Method
as_slice
perro_source/render_stack/perro_app/src/input/joycon/mod.rs:272–274 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
270
}
271
272
impl RawJoyConReport {
273
fn new(data: &[u8]) -> Option<Self> {
274
if data.len() > REPORT_LEN {
275
return None;
276
}
277
let mut bytes = [0u8; REPORT_LEN];
Callers
15
flush_sprite_packets
Method · 0.45
choose_present_mode
Function · 0.45
custom_sky_wgsl_parses
Function · 0.45
prepare_frame
Method · 0.45
stage_custom_params
Method · 0.45
runtime_texture_rgba_create_sets_decoded_data_and_loaded_event
Function · 0.45
runtime_texture_bytes_create_decodes_ptex
Function · 0.45
handle_event
Method · 0.45
parse_input
Function · 0.45
parse_include_str
Function · 0.45
decode_gltf_mesh
Function · 0.45
parse_vec_value
Function · 0.45
Calls
no outgoing calls
Tested by
4
custom_sky_wgsl_parses
Function · 0.36
runtime_texture_rgba_create_sets_decoded_data_and_loaded_event
Function · 0.36
runtime_texture_bytes_create_decodes_ptex
Function · 0.36
sky_3d_state_matches_compares_all_fields
Function · 0.36