Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/FleX
/ functions
Functions
1,426 in github.com/NVIDIAGameWorks/FleX
⨍
Functions
1,426
◇
Types & classes
986
Function
NvFlexExtUnmapShapeData
extensions/flexExtContainer.cpp:613
Function
NvFlexExtUnmapTriangleData
extensions/flexExtContainer.cpp:591
Function
NvFlexExtUpdateInstances
extensions/flexExtContainer.cpp:765
Method
NvFlexVector
include/NvFlexExt.h:47
Function
NvGetLaneId
returns the lane index of the current thread (thread index in warp)
external/nvapi/include/nvHLSLExtns.h:150
Function
NvInterlockedAddFp16x2
external/nvapi/include/nvHLSLExtns.h:167
Function
NvInterlockedAddFp16x4
external/nvapi/include/nvHLSLExtns.h:310
Function
NvInterlockedAddFp32
external/nvapi/include/nvHLSLExtns.h:410
Function
NvInterlockedMaxFp16x2
external/nvapi/include/nvHLSLExtns.h:177
Function
NvInterlockedMaxFp16x4
external/nvapi/include/nvHLSLExtns.h:320
Function
NvInterlockedMinFp16x2
external/nvapi/include/nvHLSLExtns.h:172
Function
NvInterlockedMinFp16x4
external/nvapi/include/nvHLSLExtns.h:315
Function
NvShfl
simple variant of SHFL instruction returns val from the specified lane optional width parameter must be a power of two and width <= 32
external/nvapi/include/nvHLSLExtns.h:61
Function
NvShflDown
Copy from a lane with higher ID relative to caller
external/nvapi/include/nvHLSLExtns.h:89
Function
NvShflUp
Copy from a lane with lower ID relative to caller
external/nvapi/include/nvHLSLExtns.h:76
Function
NvShflXor
Copy from a lane based on bitwise XOR of own lane ID
external/nvapi/include/nvHLSLExtns.h:102
Function
Outer
core/mat33.h:110
Method
Overlaps
core/maths.h:1789
Method
ParachutingBunnies
demo/scenes/parachutingbunnies.h:6
Method
PartitionMedian
partion faces around the median face
core/aabbtree.cpp:230
Method
PartitionSAH
partion faces based on the surface area heuristic
core/aabbtree.cpp:239
Method
Pasta
demo/scenes/pasta.h:6
Function
Perlin2D
core/perlin.cpp:303
Function
Perlin3D
core/perlin.cpp:325
Function
Perlin3DPeriodic
core/perlin.cpp:347
Function
Permutation
core/matnn.h:166
Method
Plane
core/maths.h:253
Method
PlaneCount
external/D3D12/include/d3dx12.h:1287
Function
PlaneFromPoints
construct a plane equation such that ax + by + cz + dw = 0
core/maths.h:1549
Method
PlasticBody
demo/scenes/plasticbody.h:7
Method
PlasticStack
demo/scenes/plasticstack.h:6
Function
PlyRead
core/mesh.cpp:104
Method
Point3
core/point3.h:38
Function
PointInTriangle
core/maths.h:1350
Function
PolarDecomposition
core/mat22.h:151
Function
Popover
(element, options)
doc/_static/bootstrap.js:1439
Method
PostInitialize
demo/scenes/softbody.h:318
Method
PostInitialize
demo/scenes/forcefield.h:36
Method
PostInitialize
demo/scenes/gamemesh.h:174
Method
PostInitialize
demo/scenes/debris.h:260
Method
PotPourri
demo/scenes/potpourri.h:6
Function
Pow
core/maths.h:118
Function
PreProcessShader
demo/opengl/shader.cpp:109
Function
PresentFrame
demo/d3d11/shadersD3D11.cpp:202
Function
PrintMatrix
core/matnn.h:181
Function
QRDecomposition
core/mat22.h:143
Function
QuatFromAxisAngle
core/maths.h:1626
Function
Random
core/maths.h:318
Function
RandomShuffle
core/maths.h:1610
Function
RandomSignedUnit
Random number in range [-1,1]
core/maths.h:310
Function
RandomUnit
----------------------------------------------------------------------------
core/maths.h:302
Function
RangeMap
core/maths.h:799
Method
RayleighTaylor2D
demo/scenes/rayleightaylor.h:84
Method
RayleighTaylor3D
demo/scenes/rayleightaylor.h:6
Function
ReadFrame
demo/d3d11/shadersD3D11.cpp:208
Method
RebuildConstraints
demo/scenes/waterballoon.h:159
Method
Rect
core/maths.h:1572
Function
ReflectBegin
demo/opengl/shadersGL.cpp:1035
Function
ReflectCreate
demo/opengl/shadersGL.cpp:1002
Function
ReflectDestroy
demo/opengl/shadersGL.cpp:1028
Function
ReflectEnd
demo/opengl/shadersGL.cpp:1065
Method
RenderContext
demo/d3d11/shadersD3D11.cpp:38
Function
RenderDiffuse
demo/d3d11/shadersD3D11.cpp:983
Function
RenderEllipsoids
demo/d3d11/shadersD3D11.cpp:789
Method
RenderTarget
demo/d3d11/renderTarget.cpp:13
Method
Reset
extensions/flexExtContainer.cpp:60
Function
ResetProgramId
demo/opengl/shadersGL.cpp:726
Function
ReshapeRender
demo/d3d11/shadersD3D11.cpp:140
Method
Resize
demo/d3d11/meshRender.h:57
Method
Restitution
demo/scenes/restitution.h:8
Method
Right
core/maths.h:1593
Method
RigidBody
demo/scenes/ridigbody.h:5
Method
RigidDebris
demo/scenes/debris.h:6
Method
RigidFluidCoupling
demo/scenes/rigidfluidcoupling.h:6
Method
RigidPile
demo/scenes/rigidpile.h:6
Method
RigidRotation
demo/scenes/rigidrotation.h:7
Method
RockPool
demo/scenes/rockpool.h:8
Method
Rotate
helper function to rotate an object
core/maths.h:679
Function
RotateInv
rotate vector by inverse transform in (q, w)
core/quat.h:115
Method
RotateToLookAt
core/maths.h:684
Method
Rotation
core/maths.h:610
Function
RotationMatrix
core/mat22.h:132
Function
Round
round towards +infinity
core/maths.h:184
Method
SDFCollision
demo/scenes/sdfcollision.h:6
Function
SDL_MostSignificantBitIndex32
* Get the index of the most significant bit. Result is undefined when called * with 0. This operation can also be stated as "count leading zeroes"
external/SDL2-2.0.4/include/SDL_bits.h:50
Function
SDL_PointInRect
* \brief Returns true if point resides inside a rectangle. */
external/SDL2-2.0.4/include/SDL_rect.h:73
Function
SDL_RectEmpty
* \brief Returns true if the rectangle has no area. */
external/SDL2-2.0.4/include/SDL_rect.h:82
Function
SDL_RectEquals
* \brief Returns true if the two rectangles are equal. */
external/SDL2-2.0.4/include/SDL_rect.h:90
Function
SDL_Swap16
external/SDL2-2.0.4/include/SDL_endian.h:70
Function
SDL_Swap64
external/SDL2-2.0.4/include/SDL_endian.h:149
Function
SDL_SwapFloat
external/SDL2-2.0.4/include/SDL_endian.h:191
Function
SDL_memset4
Note that memset() is a byte assignment and this is a 32-bit assignment, so they're not directly equivalent. */
external/SDL2-2.0.4/include/SDL_stdinc.h:359
Method
SampleClamp
core/tga.h:38
Function
SampleMesh
demo/helpers.h:1488
Function
SaveStringToFile
core/platform.cpp:242
Method
Scene
demo/scenes.h:39
Function
ScrollSpy
(element, options)
doc/_static/bootstrap.js:1553
Function
Set
core/vec2.h:77
Function
Set
core/vec3.h:63
Function
Set
core/vec4.h:66
← previous
next →
1,001–1,100 of 1,426, ranked by callers