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

Function skr_vfs_fsize

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

Source from the content-addressed store, hash-verified

42}
43
44int64_t skr_vfs_fsize(const skr_vfile_t* file) SKR_NOEXCEPT
45{
46 return file->fs->procs.fsize(file);
47}
48
49bool skr_vfs_fclose(skr_vfile_t* file) SKR_NOEXCEPT
50{

Callers 15

create_imgui_resourcesFunction · 0.85
get_fsizeMethod · 0.85
RequestResourceFileMethod · 0.85
UpdateMethod · 0.85
skr_lua_loadfileFunction · 0.85
read_shader_bytesMethod · 0.85
get_lengthMethod · 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