Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameFoundry/B3DFramework
/ functions
Functions
21,529 in github.com/GameFoundry/B3DFramework
⨍
Functions
21,529
◇
Types & classes
5,843
↓ 38 callers
Method
length
Get total length
Source/Engine/Core/ThirdParty/exr_reader.hh:170
↓ 38 callers
Function
store
Source/Engine/Utility/ThirdParty/simdpp/detail/null/memory.h:69
↓ 37 callers
Function
CalculateUnconstrainedOptimalSize
Source/Engine/Core/GUI/B3DGUILayout.h:95
↓ 37 callers
Method
SetContent
Source/Engine/Core/GUI/B3DGUILabel.cpp:74
↓ 37 callers
Method
SetParameter
Source/Engine/Core/Localization/B3DHString.cpp:138
↓ 37 callers
Function
bit_andnot
Source/Engine/Utility/ThirdParty/simdpp/detail/null/bitwise.h:64
↓ 37 callers
Function
cmp_gt
Source/Engine/Utility/ThirdParty/simdpp/core/cmp_gt.h:212
↓ 36 callers
Method
GetDevice
Source/Plugins/bsfVulkanGpuBackend/B3DVulkanGpuBackend.h:24
↓ 36 callers
Method
GetReturnValue
* Retrieves the value returned by the async operation. Only valid if HasCompleted() returns true. * * @return Copy of the return value. Returns
Source/Engine/Utility/Threading/B3DAsyncOp.h:256
↓ 36 callers
Method
GetSize
Source/Engine/Utility/Math/B3DAABox.cpp:425
↓ 36 callers
Method
IsEmpty
Source/Engine/Core/Resources/B3DPackage.cpp:131
↓ 36 callers
Method
value
! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
Source/Engine/Utility/ThirdParty/json.hpp:5682
↓ 35 callers
Method
GetShared
* Returns the internal shared pointer to the resource. * * @note Throws exception if handle is invalid. */
Source/Engine/Core/Resources/B3DResourceHandle.h:373
↓ 35 callers
Method
HasElement
Source/Engine/Core/GpuBackend/B3DVertexDescription.cpp:240
↓ 35 callers
Function
get
Source/Engine/Utility/ThirdParty/json.hpp:13590
↓ 35 callers
Function
shift_r
Source/Engine/Utility/ThirdParty/simdpp/detail/null/math.h:177
↓ 34 callers
Method
Free
Source/Engine/Utility/Allocators/B3DFrameAllocator.cpp:221
↓ 34 callers
Method
GetType
Source/Plugins/bsfPhysX/B3DPhysXColliderShape.h:23
↓ 34 callers
Function
NodeOptionsAdd
Source/Plugins/bsfSL/B3DASTFX.c:139
↓ 34 callers
Method
ReclaimUnused
* Releases retired allocations whose recorded marker is no longer in flight on the GPU * (per IGpuCompletionTracker::IsMarkerComplete). * * @
Source/Engine/Core/GpuBackend/Allocators/B3DGpuAllocator.h:226
↓ 34 callers
Method
Tell
Source/Engine/Utility/FileSystem/B3DDataStream.cpp:438
↓ 34 callers
Function
mul_lo
Multiplies the values of two int8x16 vectors and returns the low part of the multiplication @code r0 = low(a0 * b0) ... r15 = low
Source/Engine/Utility/ThirdParty/simdpp/detail/neon/math_int.h:32
↓ 33 callers
Method
Append
Source/Engine/Utility/Utility/B3DTArray.h:281
↓ 33 callers
Function
B3DZeroOut
Source/Engine/Utility/Utility/B3DUtil.h:45
↓ 33 callers
Method
Destruct
Source/Engine/Utility/Allocators/B3DPoolAlloc.h:165
↓ 33 callers
Method
Evaluate
Source/Engine/Core/Particles/B3DParticleDistribution.h:357
↓ 33 callers
Method
HasAttribute
Source/Scripting/bsfMono/B3DMonoClass.cpp:292
↓ 33 callers
Function
IsDisabled
Source/Engine/Core/GUI/B3DGUIElement.h:369
↓ 33 callers
Method
Size
Source/Engine/Utility/String/B3DStringID.h:36
↓ 32 callers
Method
GetParamData
Source/Engine/Core/Material/B3DMaterialParameters.cpp:275
↓ 32 callers
Method
GetUsedBytes
Source/Engine/Core/GpuBackend/Allocators/B3DGpuTlsfAllocator.h:1252
↓ 32 callers
Method
SetPosition
Source/Engine/Core/GUI/B3DGUIElement.cpp:46
↓ 32 callers
Function
nop
Source/Engine/Utility/Threading/B3DScheduler.cpp:63
↓ 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
Source/Engine/Utility/ThirdParty/json.hpp:17320
↓ 32 callers
Method
write_characters
Source/Engine/Utility/ThirdParty/json.hpp:5859
↓ 32 callers
Function
zip2_hi
Source/Engine/Utility/ThirdParty/simdpp/detail/null/shuffle.h:107
↓ 31 callers
Function
B3DMakeSharedFromExisting
Source/Engine/Utility/Prerequisites/B3DStdHeaders.h:235
↓ 31 callers
Method
SetHidden
Source/Engine/Core/GUI/B3DGUIElement.cpp:354
↓ 31 callers
Function
begin
! @brief returns an iterator to the first element Returns an iterator to the first element. @image html range-begin-end.svg "Illustratio
Source/Engine/Utility/ThirdParty/json.hpp:15037
↓ 31 callers
Method
pop_back
! @brief remove and return last reference pointer @throw out_of_range.405 if JSON pointer has no parent */
Source/Engine/Utility/ThirdParty/json.hpp:10498
↓ 30 callers
Method
Add
Source/Engine/Core/Renderer/B3DRenderQueue.cpp:28
↓ 30 callers
Method
AdvanceFrame
* Simulates the device advancing to the next frame: bumps the current frame counter by one * and returns the new value. Allocations retired immedia
Source/Tests/TestSuites/B3DGpuAllocatorTestSuite.cpp:207
↓ 30 callers
Method
Get
Source/Engine/Core/Material/B3DMaterialParam.cpp:54
↓ 30 callers
Method
GetFilename
Source/Engine/Utility/FileSystem/B3DPath.cpp:351
↓ 30 callers
Method
GetScale
Returns default scale used in the PhysX scene. */
Source/Plugins/bsfPhysX/B3DPhysX.h:54
↓ 30 callers
Method
IsDestroyed
Source/Engine/Core/Scene/B3DGameObjectHandle.cpp:24
↓ 29 callers
Function
B3DHash
Source/Engine/Utility/Utility/B3DUtil.h:23
↓ 29 callers
Method
Initialize
Source/Engine/Core/Renderer/B3DRenderer.cpp:24
↓ 29 callers
Method
Map
Source/Engine/Core/GpuBackend/B3DGpuBuffer.h:506
↓ 29 callers
Method
Read
Source/Plugins/bsfOpenAudio/B3DWaveDecoder.cpp:44
↓ 29 callers
Method
SetSamplerState
Source/Plugins/bsfD3D12GpuBackend/B3DD3D12GpuParameterSet.cpp:178
↓ 29 callers
Function
WriteVector2
Source/Engine/Core/Utility/B3DShapeMeshes3D.cpp:25
↓ 29 callers
Function
i_store
Source/Engine/Utility/ThirdParty/simdpp/detail/insn/store.h:24
↓ 29 callers
Function
rev41
Within each 4-element set: r0 = a3; r1 = a2; r2 = a1; r3 = a0; - 3210 Cost: 1
Source/Engine/Utility/ThirdParty/simdpp/detail/shuffle/neon_int16x8.h:83
↓ 29 callers
Function
zip4_hi
Source/Engine/Utility/ThirdParty/simdpp/detail/null/shuffle.h:106
↓ 28 callers
Function
B3DClearAllocatorFrame
Source/Engine/Utility/Allocators/B3DFrameAllocator.cpp:567
↓ 28 callers
Function
B3DMarkAllocatorFrame
Source/Engine/Utility/Allocators/B3DFrameAllocator.cpp:562
↓ 28 callers
Method
Bind
Source/Plugins/bsfRenderBeast/Shading/B3DShadowRendering.cpp:29
↓ 28 callers
Function
Cos
Source/Engine/Utility/Math/B3DMath.h:122
↓ 28 callers
Function
GetNativeObject
Returns the native object that is being wrapped. */
Source/Scripting/bsfScript/Wrappers/GUI/B3DScriptGUIRenderTexture.h:30
↓ 27 callers
Method
AllocBuffer
Source/Engine/Core/Mesh/B3DMesh.cpp:75
↓ 27 callers
Method
GetCenter
Source/Engine/Utility/Math/B3DAABox.cpp:416
↓ 27 callers
Function
GetImplementation
Returns the internal implementation of the physics mesh. */
Source/Engine/Core/Physics/B3DPhysicsMesh.h:47
↓ 27 callers
Method
GetMappedMemory
Source/Engine/Core/GpuBackend/B3DGpuBuffer.h:380
↓ 27 callers
Method
GetMethod
Source/Scripting/bsfMono/B3DMonoClass.cpp:61
↓ 27 callers
Function
HashLen16
Source/Engine/Utility/ThirdParty/CityHash/city.cc:268
↓ 27 callers
Method
IsSetAny
Checks whether any of the provided bits are set */
Source/Engine/Utility/Utility/B3DFlags.h:42
↓ 27 callers
Function
Rotate32
Source/Engine/Utility/ThirdParty/CityHash/city.cc:139
↓ 27 callers
Function
SquareRoot
Source/Engine/Utility/Math/B3DMath.h:139
↓ 27 callers
Function
nvg__getState
Source/Engine/Core/ThirdParty/nanovg.c:279
↓ 26 callers
Method
FindClass
Source/Scripting/bsfMono/B3DMonoManager.cpp:273
↓ 26 callers
Method
GetFaceCount
Source/Engine/Core/Image/B3DTexture.cpp:58
↓ 26 callers
Method
GetSequentialResourceIndex
Source/Engine/Core/GpuBackend/B3DGpuPipelineParameterLayout.cpp:213
↓ 26 callers
Method
ResolveDependencies
Source/Plugins/bsfRenderBeast/B3DRenderCompositor.h:134
↓ 26 callers
Function
Sin
Source/Engine/Utility/Math/B3DMath.h:127
↓ 26 callers
Method
append
Source/Engine/Utility/Utility/B3DDenseMap.h:474
↓ 26 callers
Function
i_to_float64
Source/Engine/Utility/ThirdParty/simdpp/detail/insn/conv_any_to_float64.h:33
↓ 25 callers
Function
CeilToInt
* Returns the nearest integer equal or higher to the provided value. If you are sure the input is positive use * ceilToPosInt() for a slightly fast
Source/Engine/Utility/Math/B3DMath.h:222
↓ 25 callers
Method
Destroy
Source/Tests/Utility/B3DUnitTestScenes.cpp:314
↓ 25 callers
Method
GetName
Source/Engine/Core/GUI/B3DShortcutKey.cpp:30
↓ 25 callers
Method
GetSemantic
Returns the semantic of this attribute. */
Source/Plugins/ShaderBackends/bsfShaderBackendVKSL/B3DGLSLToSPIRV.cpp:714
↓ 25 callers
Method
GetUNorm
<summary>Returns a random value in range [0, 1].</summary>
Source/Scripting/bsfSharp/Generated/Random.generated.cs:47
↓ 25 callers
Function
NodePop
Source/Plugins/bsfSL/B3DASTFX.c:173
↓ 25 callers
Function
Size
Returns the total size of the data to be read from the stream, or 0 if this is indeterminate for this stream. */
Source/Engine/Utility/FileSystem/B3DDataStream.h:180
↓ 24 callers
Method
GetIdentifier
Returns the unique identifier of the entity. */
Source/Engine/Utility/ECS/B3DEntity.h:93
↓ 24 callers
Function
GetZero
Source/Engine/Core/Animation/B3DAnimationCurve.cpp:195
↓ 24 callers
Method
HasFlag
Source/Engine/Core/Scene/B3DSceneObject.cpp:204
↓ 24 callers
Function
HasGameObjectFlag
Checks is the particular object flag set. */
Source/Engine/Core/Scene/B3DGameObject.h:94
↓ 24 callers
Function
IsCurrentCharacter
Checks is the current character the provided character. */
Source/Engine/Core/GUI/StyleSheet/B3DGUIStyleSheetLexer.h:39
↓ 24 callers
Method
Reset
Source/Plugins/bsfD3D12GpuBackend/B3DD3D12GpuCommandBuffer.cpp:196
↓ 24 callers
Method
SetType
Source/Engine/Core/Components/B3DLight.cpp:264
↓ 24 callers
Method
Sqrt
<summary> Returns a square root of the provided value. </summary> <param name="f">Value to take the square root of. Must not be negative.</param> <ret
Source/Scripting/bsfSharp/Math/MathEx.cs:513
↓ 24 callers
Function
assert_invariant
! @brief checks the class invariants This function asserts the class invariants. It needs to be called at the end of every constructor to
Source/Engine/Utility/ThirdParty/json.hpp:12111
↓ 24 callers
Method
parse_error
Source/Engine/Utility/ThirdParty/json.hpp:741
↓ 24 callers
Method
rbegin
Source/Engine/Utility/Utility/B3DTArray.h:547
↓ 23 callers
Method
AllocateInternalBuffer
Source/Engine/Core/Resources/B3DGpuResourceData.cpp:58
↓ 23 callers
Method
Decode
Source/Engine/Utility/Serialization/B3DFileSerializer.cpp:68
↓ 23 callers
Method
FindOrCreateSamplerState
Source/Engine/Core/GpuBackend/B3DGpuDevice.cpp:53
↓ 23 callers
Method
GetAsRgba
Source/Engine/Utility/Image/B3DColor.cpp:274
↓ 23 callers
Method
GetGpuParameterSet
Source/Engine/Core/Material/B3DMaterialParameterAdapter.cpp:835
← previous
next →
201–300 of 21,529, ranked by callers