Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SaschaWillems/Vulkan-glTF-PBR
/ functions
Functions
2,896 in github.com/SaschaWillems/Vulkan-glTF-PBR
⨍
Functions
2,896
◇
Types & classes
2,052
↓ 4 callers
Function
encode_bc4
external/basisu/transcoder/basisu_transcoder.cpp:14592
↓ 4 callers
Function
erase
external/tinygltf/json.hpp:21727
↓ 4 callers
Function
find
external/tinygltf/json.hpp:22027
↓ 4 callers
Function
get_arithmetic_value
external/tinygltf/json.hpp:3976
↓ 4 callers
Method
get_binary
external/tinygltf/json.hpp:10813
↓ 4 callers
Function
get_endpoint_l8
external/basisu/transcoder/basisu_transcoder.cpp:3381
↓ 4 callers
Method
get_global_codebooks
external/basisu/transcoder/basisu_transcoder.h:522
↓ 4 callers
Method
get_high_color
external/basisu/transcoder/basisu_transcoder.cpp:954
↓ 4 callers
Method
get_low_color
external/basisu/transcoder/basisu_transcoder.cpp:955
↓ 4 callers
Method
get_string
external/tinygltf/json.hpp:10780
↓ 4 callers
Function
insert_iterator
external/tinygltf/json.hpp:23227
↓ 4 callers
Function
intern_atom_helper
base/VulkanExampleBase.cpp:1379
↓ 4 callers
Function
is_boolean
! @brief return whether value is a boolean This function returns true if and only if the JSON value is a boolean. @return `true` if type
external/tinygltf/json.hpp:20074
↓ 4 callers
Function
is_power_of_2
external/basisu/transcoder/basisu_containers.h:33
↓ 4 callers
Function
is_separator
external/imgui/imgui_widgets.cpp:2887
↓ 4 callers
Method
loadFromFile
base/VulkanglTFModel.cpp:1350
↓ 4 callers
Function
prepare_bc1_single_color_table
external/basisu/transcoder/basisu_transcoder.cpp:1044
↓ 4 callers
Function
replace_substring
! @brief replace all occurrences of a substring by another string @param[in,out] s the string to manipulate; changed so that all occu
external/tinygltf/json.hpp:2656
↓ 4 callers
Method
set_end
set iterator to a defined past the end
external/tinygltf/json.hpp:11475
↓ 4 callers
Method
setupWindow
base/VulkanExampleBase.cpp:705
↓ 4 callers
Function
squaref
external/basisu/transcoder/basisu.h:148
↓ 4 callers
Function
stb_textedit_delete
delete characters while updating undo
external/imgui/imstb_textedit.h:588
↓ 4 callers
Function
stbi__bitcount
external/tinygltf/stb_image.h:5083
↓ 4 callers
Function
stbi__cleanup_jpeg
clean up the temporary component buffers
external/tinygltf/stb_image.h:3614
↓ 4 callers
Function
stbi__compute_y_16
external/tinygltf/stb_image.h:1622
↓ 4 callers
Function
stbi__extend_receive
combined JPEG 'receive' and JPEG 'extend', since baseline always extends everything it receives.
external/tinygltf/stb_image.h:1962
↓ 4 callers
Function
stbi__high_bit
returns 0..31 for the highest set bit
external/tinygltf/stb_image.h:5071
↓ 4 callers
Function
stbi__jpeg_get_bit
external/tinygltf/stb_image.h:1989
↓ 4 callers
Function
stbi__load_and_postprocess_8bit
external/tinygltf/stb_image.h:1116
↓ 4 callers
Function
stbi__malloc_mad2
mallocs with size overflow checking
external/tinygltf/stb_image.h:946
↓ 4 callers
Function
stbi__readval
external/tinygltf/stb_image.h:6002
↓ 4 callers
Function
stbi__shiftsigned
extract an arbitrarily-aligned N-bit value (N=bits) from v, and then make it 8-bits long and fractionally extend it to full full range.
external/tinygltf/stb_image.h:5096
↓ 4 callers
Function
stbi__tga_get_comp
returns STBI_rgb or whatever, 0 on error
external/tinygltf/stb_image.h:5388
↓ 4 callers
Function
stbi__vertical_flip
external/tinygltf/stb_image.h:1078
↓ 4 callers
Function
stbi__zget8
external/tinygltf/stb_image.h:3951
↓ 4 callers
Function
stbi_image_free
external/tinygltf/stb_image.h:981
↓ 4 callers
Function
stbtt_GetFontOffsetForIndex
external/imgui/imstb_truetype.h:4725
↓ 4 callers
Function
stbtt_MakeGlyphBitmapSubpixel
external/imgui/imstb_truetype.h:3572
↓ 4 callers
Function
stbtt__add_point
external/imgui/imstb_truetype.h:3361
↓ 4 callers
Function
stbtt__cff_index_get
external/imgui/imstb_truetype.h:1227
↓ 4 callers
Function
stbtt__csctx_v
external/imgui/imstb_truetype.h:1872
↓ 4 callers
Function
stbtt__oversample_shift
external/imgui/imstb_truetype.h:3944
↓ 4 callers
Method
transcode_image
external/basisu/transcoder/basisu_transcoder.cpp:8650
↓ 4 callers
Function
transcode_uastc_to_etc2_eac_a8
external/basisu/transcoder/basisu_transcoder.cpp:14484
↓ 4 callers
Function
write_bc4_solid_block
external/basisu/transcoder/basisu_transcoder.cpp:15619
↓ 3 callers
Function
DataTypeApplyOpFromText
User can input math operators (e.g. +100) to edit a numerical values. NB: This is _not_ a full expression evaluator. We should probably add one and re
external/imgui/imgui_widgets.cpp:1566
↓ 3 callers
Function
DecodeDataURI
external/tinygltf/tiny_gltf.h:2900
↓ 3 callers
Method
DeleteChars
Public API to manipulate UTF-8 text We expose UTF-8 to the user (unlike the STB_TEXTEDIT_* functions which are manipulating wchar) FIXME: The existenc
external/imgui/imgui_widgets.cpp:2982
↓ 3 callers
Function
ERR_getErrorName
external/basisu/zstd/zstddeclib.c:1196
↓ 3 callers
Method
Factor
Material factor, like the roughness or metalness of a material Returned value is only valid if the parameter represent a texture from a material
external/tinygltf/tiny_gltf.h:516
↓ 3 callers
Method
FindGlyphNoFallback
external/imgui/imgui_draw.cpp:2408
↓ 3 callers
Function
FindWindowNavFocusable
external/imgui/imgui.cpp:7443
↓ 3 callers
Function
GetBaseDir
external/tinygltf/tiny_gltf.h:2067
↓ 3 callers
Method
GetCharAdvance
external/imgui/imgui.h:1944
↓ 3 callers
Function
GetDefaultFont
external/imgui/imgui_internal.h:1127
↓ 3 callers
Method
GetInt
external/imgui/imgui.cpp:1732
↓ 3 callers
Function
GetNumber
external/tinygltf/tiny_gltf.h:3016
↓ 3 callers
Function
GetStyleVarInfo
external/imgui/imgui.cpp:5391
↓ 3 callers
Method
GetVarPtr
external/imgui/imgui.cpp:5363
↓ 3 callers
Function
HUF_DEltX1_set4
* Packs 4 HUF_DEltX1 structs into a U64. This is used to lay down 4 entries at * a time. */
external/basisu/zstd/zstddeclib.c:7798
↓ 3 callers
Function
HUF_decompress4X1_DCtx
external/basisu/zstd/zstddeclib.c:8930
↓ 3 callers
Function
HUF_decompress4X1_DCtx_wksp
external/basisu/zstd/zstddeclib.c:8179
↓ 3 callers
Function
HUF_decompress4X1_DCtx_wksp_bmi2
external/basisu/zstd/zstddeclib.c:8165
↓ 3 callers
Function
HUF_decompress4X2_DCtx
external/basisu/zstd/zstddeclib.c:8944
↓ 3 callers
Function
HUF_decompress4X2_DCtx_wksp
external/basisu/zstd/zstddeclib.c:8647
↓ 3 callers
Function
HUF_decompress4X2_DCtx_wksp_bmi2
external/basisu/zstd/zstddeclib.c:8632
↓ 3 callers
Function
HUF_readDTableX1_wksp
external/basisu/zstd/zstddeclib.c:7818
↓ 3 callers
Function
HUF_readDTableX1_wksp_bmi2
external/basisu/zstd/zstddeclib.c:7823
↓ 3 callers
Function
ImCharIsBlankW
external/imgui/imgui_internal.h:125
↓ 3 callers
Function
ImFileOpen
external/imgui/imgui.cpp:1338
↓ 3 callers
Function
ImInvLength
external/imgui/imgui_internal.h:206
↓ 3 callers
Function
ImLineClosestPoint
external/imgui/imgui.cpp:1123
↓ 3 callers
Function
ImTextStrToUtf8
external/imgui/imgui.cpp:1549
↓ 3 callers
Function
ImTriangleContainsPoint
external/imgui/imgui.cpp:1136
↓ 3 callers
Method
IsInt
external/tinygltf/tiny_gltf.h:322
↓ 3 callers
Method
IsNumber
external/tinygltf/tiny_gltf.h:324
↓ 3 callers
Function
IsWindowActiveAndVisible
external/imgui/imgui.cpp:2922
↓ 3 callers
Function
IsWindowContentHoverable
external/imgui/imgui.cpp:2520
↓ 3 callers
Function
JoinPath
external/tinygltf/tiny_gltf.h:2027
↓ 3 callers
Function
JsonIsNull
external/tinygltf/tiny_gltf.h:6479
↓ 3 callers
Function
LoadExternalFile
external/tinygltf/tiny_gltf.h:2288
↓ 3 callers
Function
MEM_readLE24
external/basisu/zstd/zstddeclib.c:910
↓ 3 callers
Function
MEM_readLEST
external/basisu/zstd/zstddeclib.c:953
↓ 3 callers
Function
NavScoreItem
Scoring function for directional navigation. Based on https://gist.github.com/rygorous/6981057
external/imgui/imgui.cpp:6680
↓ 3 callers
Function
OffsetNormToPixels
external/imgui/imgui.cpp:7691
↓ 3 callers
Function
ParseBooleanProperty
external/tinygltf/tiny_gltf.h:3264
↓ 3 callers
Function
ParseIntegerArrayProperty
external/tinygltf/tiny_gltf.h:3494
↓ 3 callers
Function
ParseTextureInfo
external/tinygltf/tiny_gltf.h:3957
↓ 3 callers
Function
PatchFormatStringFloatToInt
FIXME-LEGACY: Prior to 1.61 our DragInt() function internally used floats and because of this the compile-time default value for format was "%.0f". Ev
external/imgui/imgui_widgets.cpp:1494
↓ 3 callers
Method
PrimReserve
NB: this can be called with negative count for removing primitives (as long as the result does not underflow)
external/imgui/imgui_draw.cpp:584
↓ 3 callers
Method
PushClipRect
When using this function it is sane to ensure that float are perfectly rounded to integer values, to that e.g. (int)(max.x-min.x) in user's render pro
external/imgui/imgui.cpp:3445
↓ 3 callers
Function
SerializeGltfBuffer
external/tinygltf/tiny_gltf.h:6952
↓ 3 callers
Function
SerializeGltfTextureInfo
external/tinygltf/tiny_gltf.h:7025
↓ 3 callers
Function
SetCurrentWindow
external/imgui/imgui.cpp:2405
↓ 3 callers
Function
SetWindowCollapsed
external/imgui/imgui.cpp:5687
↓ 3 callers
Function
SetWindowConditionAllowFlags
external/imgui/imgui.cpp:4147
↓ 3 callers
Function
XXH64_digest
external/basisu/zstd/zstddeclib.c:7115
↓ 3 callers
Function
ZSTD_DCtx_loadDictionary_advanced
external/basisu/zstd/zstddeclib.c:12843
↓ 3 callers
Function
ZSTD_DCtx_reset
external/basisu/zstd/zstddeclib.c:13064
↓ 3 callers
Function
ZSTD_DCtx_trace_end
external/basisu/zstd/zstddeclib.c:12111
← previous
next →
401–500 of 2,896, ranked by callers