Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BobLChen/VulkanDemos
/ functions
Functions
25,781 in github.com/BobLChen/VulkanDemos
⨍
Functions
25,781
◇
Types & classes
12,084
↓ 45 callers
Function
ImLerp
external/imgui/imgui_internal.h:198
↓ 45 callers
Function
IsLineEnd
external/assimp/include/assimp/ParsingUtils.h:104
↓ 45 callers
Function
ParseError
external/assimp/code/FBXParser.cpp:73
↓ 45 callers
Method
Read
external/assimp/code/MMDPmxParser.cpp:115
↓ 45 callers
Function
StreamableToString
external/assimp/contrib/gtest/include/gtest/gtest-message.h:243
↓ 45 callers
Method
UnMap
Engine/Monkey/Demo/DVKBuffer.cpp:64
↓ 45 callers
Method
cend
external/vulkan/linux/include/vulkan/vk_layer_data.h:306
↓ 44 callers
Method
AppendRotation
Engine/Monkey/Math/Matrix4x4.h:352
↓ 44 callers
Function
IsSpaceOrNewLine
external/assimp/include/assimp/ParsingUtils.h:111
↓ 44 callers
Method
get
external/assimp/contrib/gtest/include/gtest/internal/gtest-port.h:1124
↓ 44 callers
Function
stbi__rewind
Engine/Monkey/Loader/stb_image.h:776
↓ 44 callers
Function
stbi__rewind
external/assimp/contrib/stb_image/stb_image.h:764
↓ 43 callers
Method
SetInverse
Engine/Monkey/Math/Matrix4x4.h:1030
↓ 43 callers
Function
find
examples/68_RTXPathTracing/json.hpp:10873
↓ 43 callers
Method
vector_size
external/SPIRV-Cross/spirv_common.hpp:1208
↓ 42 callers
Method
AddP70bool
external/assimp/code/FBXExportNode.cpp:71
↓ 42 callers
Method
HasTextureCoords
Check whether the mesh contains a texture coordinate set \param pIndex Index of the texture coordinates set
external/assimp/include/assimp/mesh.h:813
↓ 42 callers
Method
Map
external/assimp/contrib/gtest/samples/sample3-inl.h:153
↓ 42 callers
Function
is_array
! @brief return whether value is an array This function returns true if and only if the JSON value is an array. @return `true` if type i
examples/68_RTXPathTracing/json.hpp:9283
↓ 41 callers
Function
AssertionSuccess
Makes a successful assertion result.
external/assimp/contrib/gtest/src/gtest.cc:1010
↓ 41 callers
Method
append
external/SPIRV-Cross/spirv_cross_containers.hpp:688
↓ 41 callers
Method
begin
external/imgui/imgui.h:1475
↓ 40 callers
Function
Align
Engine/Monkey/Utils/Alignment.h:7
↓ 40 callers
Method
CopyFrom
Engine/Monkey/Demo/DVKBuffer.cpp:86
↓ 40 callers
Function
ParseNumberProperty
examples/64_RTXRayTracingSimple/tiny_gltf.h:2196
↓ 40 callers
Function
ParseNumberProperty
examples/63_RTXRayTracingMesh/tiny_gltf.h:2196
↓ 40 callers
Function
ParseNumberProperty
examples/66_RTXRayTracingHitGroup/tiny_gltf.h:2196
↓ 40 callers
Function
ParseNumberProperty
examples/67_RTXRayTracingMonteCarlo/tiny_gltf.h:2196
↓ 40 callers
Function
ParseNumberProperty
examples/68_RTXPathTracing/tiny_gltf.h:2196
↓ 40 callers
Function
ParseNumberProperty
examples/65_RTXRayTracingReflection/tiny_gltf.h:2196
↓ 40 callers
Function
ReadHeader
//////////////////////////////////////////////////////////////////////////// Read the file header and return the type of the file and its size @param
external/assimp/code/IFF.h:87
↓ 40 callers
Function
XMLEscape
XML escape the 5 XML special characters (",',<,> and &) in |data| Based on http://stackoverflow.com/questions/5665231
external/assimp/include/assimp/XMLTools.h:51
↓ 40 callers
Method
push_back
external/vulkan/linux/include/glslang/Include/arrays.h:128
↓ 40 callers
Method
reset
external/SPIRV-Cross/spirv_glsl.cpp:311
↓ 39 callers
Function
AC_Error
external/assimp/contrib/Open3DGC/o3dgcArithmeticCodec.cpp:95
↓ 39 callers
Method
Destroy
examples/61_CPURayTracing/TaskThreadPool.cpp:44
↓ 39 callers
Method
GetID
external/imgui/imgui.cpp:2418
↓ 39 callers
Function
stbi__get16be
Engine/Monkey/Loader/stb_image.h:1512
↓ 39 callers
Function
stbi__get16be
external/assimp/contrib/stb_image/stb_image.h:1470
↓ 38 callers
Method
GetHeight
Engine/Monkey/Vulkan/VulkanSwapChain.h:47
↓ 38 callers
Method
is_ios
external/SPIRV-Cross/spirv_msl.hpp:308
↓ 38 callers
Function
make_tuple
external/assimp/contrib/gtest/include/gtest/internal/gtest-tuple.h:675
↓ 38 callers
Function
remove
Windows CE doesn't have the remove C function.
external/assimp/contrib/gtest/test/gtest-filepath_test.cc:68
↓ 38 callers
Method
size
external/vulkan/linux/include/vulkan/vk_layer_data.h:308
↓ 37 callers
Method
Append
------------------------------------------------------------------------------------------------
external/assimp/code/SpatialSort.cpp:99
↓ 37 callers
Function
AssertionFailure
Makes a failed assertion result.
external/assimp/contrib/gtest/src/gtest.cc:1015
↓ 37 callers
Function
DOMWarning
------------------------------------------------------------------------------------------------ print warning, do return
external/assimp/code/FBXDocumentUtil.cpp:79
↓ 37 callers
Function
GetCurrentWindowRead
We should always have a CurrentWindow in the stack (there is an implicit "Debug" window) If this ever crash because g.CurrentWindow is NULL it means t
external/imgui/imgui_internal.h:1234
↓ 37 callers
Method
HasNormals
external/assimp/code/OgreStructs.cpp:357
↓ 37 callers
Function
PrintPointer
Since ::std::stringstream::operator<<(const void *) formats the pointer output differently with different compilers, we have to create the expected ou
external/assimp/contrib/gtest/test/gtest-printers_test.cc:382
↓ 37 callers
Function
next
external/assimp/contrib/utf8cpp/source/utf8/checked.h:137
↓ 37 callers
Function
ttSHORT
external/imgui/imstb_truetype.h:1254
↓ 36 callers
Method
AddRectFilled
external/imgui/imgui_draw.cpp:1048
↓ 36 callers
Method
GetUInt
Accesses the i-th value as defined by the accessor
external/assimp/code/glTFAsset.h:448
↓ 36 callers
Method
IsPrime
external/assimp/contrib/gtest/samples/prime_tables.h:58
↓ 36 callers
Function
ReadIndex
external/assimp/code/MMDPmxParser.cpp:50
↓ 36 callers
Function
ShouldUseColor
Returns true iff Google Test should use colors in the output.
external/assimp/contrib/gtest/src/gtest.cc:2916
↓ 36 callers
Function
clear
! @brief clears the contents Clears the content of a JSON value and resets it to the default value as if @ref basic_json(value_t) would h
examples/68_RTXPathTracing/json.hpp:11503
↓ 36 callers
Method
deallocate
external/vulkan/macos/include/glslang/Include/PoolAlloc.h:292
↓ 35 callers
Function
check_vk_result
external/imgui/imgui_impl_vulkan.cpp:163
↓ 34 callers
Function
Assert
(condition)
external/assimp/contrib/gtest/test/gtest_uninitialized_test.py:42
↓ 34 callers
Method
GetBounds
external/assimp/contrib/clipper/clipper.cpp:1099
↓ 34 callers
Method
HasVertexColors
Check whether the mesh contains a vertex color set \param pIndex Index of the vertex color set
external/assimp/include/assimp/mesh.h:803
↓ 34 callers
Method
PushBack
external/assimp/contrib/Open3DGC/o3dgcFIFO.h:73
↓ 34 callers
Method
Size
external/assimp/code/OgreStructs.cpp:68
↓ 34 callers
Method
release
external/assimp/contrib/gtest/include/gtest/internal/gtest-port.h:1126
↓ 33 callers
Method
FileSize
external/assimp/code/D3MFOpcPackage.cpp:210
↓ 33 callers
Method
GetU4
------------------------------------------------------------------------------------------------
external/assimp/code/LWOLoader.h:419
↓ 33 callers
Function
GetUnitTestImpl
Convenience function for accessing the global UnitTest implementation object.
external/assimp/contrib/gtest/src/gtest-internal-inl.h:927
↓ 33 callers
Method
Length
external/assimp/contrib/gtest/samples/sample2.h:76
↓ 33 callers
Function
UsesColor
Runs gtest_color_test_ and returns its exit code.
external/assimp/contrib/gtest/test/gtest_color_test.py:56
↓ 33 callers
Method
emit_json_key_value
external/SPIRV-Cross/spirv_reflect.cpp:211
↓ 33 callers
Function
zip64local_putValue_inmemory
external/assimp/contrib/zlib/contrib/minizip/zip.c:311
↓ 32 callers
Function
Free
external/assimp/contrib/rapidjson/include/rapidjson/allocators.h:79
↓ 32 callers
Method
GetMemoryTypeFromProperties
Engine/Monkey/Demo/DemoBase.cpp:48
↓ 32 callers
Method
GetSize
external/assimp/contrib/Open3DGC/o3dgcFIFO.h:84
↓ 32 callers
Method
HasTangentsAndBitangents
Check whether the mesh contains tangent and bitangent vectors It is not possible that it contains tangents and no bitangents (or the other way round).
external/assimp/include/assimp/mesh.h:798
↓ 32 callers
Function
ImFormatString
external/imgui/imgui.cpp:1312
↓ 32 callers
Function
SkipLine
-------------------------------------------------------------------
external/assimp/code/SMDLoader.h:355
↓ 32 callers
Function
advance
external/assimp/contrib/utf8cpp/source/utf8/checked.h:190
↓ 32 callers
Method
func
external/assimp/code/Importer/StepFile/StepReaderGen.h:4041
↓ 32 callers
Method
push_back
external/vulkan/macos/include/glslang/Include/arrays.h:128
↓ 32 callers
Method
size
external/vulkan/macos/include/glslang/MachineIndependent/localintermediate.h:78
↓ 32 callers
Method
split
external/imgui/imgui.cpp:1911
↓ 32 callers
Function
stbi__get32le
Engine/Monkey/Loader/stb_image.h:1535
↓ 32 callers
Function
stbi__get32le
external/assimp/contrib/stb_image/stb_image.h:1493
↓ 32 callers
Function
type_name
! @brief return the type as string Returns the type name as string to be used in error messages - usually to indicate that a function was
examples/64_RTXRayTracingSimple/json.hpp:13070
↓ 32 callers
Function
type_name
! @brief return the type as string Returns the type name as string to be used in error messages - usually to indicate that a function was
examples/63_RTXRayTracingMesh/json.hpp:13070
↓ 32 callers
Function
type_name
! @brief return the type as string Returns the type name as string to be used in error messages - usually to indicate that a function was
examples/66_RTXRayTracingHitGroup/json.hpp:13070
↓ 32 callers
Function
type_name
! @brief return the type as string Returns the type name as string to be used in error messages - usually to indicate that a function was
examples/67_RTXRayTracingMonteCarlo/json.hpp:13070
↓ 32 callers
Function
type_name
! @brief return the type as string Returns the type name as string to be used in error messages - usually to indicate that a function was
examples/68_RTXPathTracing/json.hpp:13070
↓ 32 callers
Function
type_name
! @brief return the type as string Returns the type name as string to be used in error messages - usually to indicate that a function was
examples/65_RTXRayTracingReflection/json.hpp:13070
↓ 31 callers
Method
AddP70double
external/assimp/code/FBXExportNode.cpp:79
↓ 31 callers
Function
Copy
external/assimp/code/Bitmap.cpp:88
↓ 31 callers
Function
Get
external/assimp/contrib/rapidjson/include/rapidjson/document.h:1810
↓ 31 callers
Function
IsArray
external/assimp/contrib/rapidjson/include/rapidjson/document.h:997
↓ 31 callers
Function
IsObject
external/assimp/contrib/rapidjson/include/rapidjson/document.h:996
↓ 31 callers
Method
Take
external/assimp/contrib/rapidjson/include/rapidjson/reader.h:1451
↓ 31 callers
Method
compile
external/SPIRV-Cross/spirv_cpp.cpp:307
↓ 31 callers
Function
distance
external/assimp/contrib/utf8cpp/source/utf8/checked.h:197
← previous
next →
201–300 of 25,781, ranked by callers