MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / skr_vfs_fread

Function skr_vfs_fread

modules/engine/runtime/src/platform/vfs.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34size_t skr_vfs_fread(skr_vfile_t* file, void* out_buffer, size_t offset, size_t byte_count) SKR_NOEXCEPT
35{
36 return file->fs->procs.fread(file, out_buffer, offset, byte_count);
37}
38
39size_t skr_vfs_fwrite(skr_vfile_t* file, const void* in_buffer, size_t offset, size_t byte_count) SKR_NOEXCEPT
40{

Callers 15

create_imgui_resourcesFunction · 0.85
dispatchFunctionMethod · 0.85
RequestResourceFileMethod · 0.85
UpdateMethod · 0.85
skr_lua_loadfileFunction · 0.85
read_shader_bytesMethod · 0.85
get_bufferMethod · 0.85
get_file_as_bytesMethod · 0.85
prepare_pipelineMethod · 0.85
create_imgui_resourcesFunction · 0.85
read_bytesFunction · 0.85
create_imgui_resourcesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected