Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/DeferredTexturing
/ functions
Functions
1,516 in github.com/TheRealMJP/DeferredTexturing
⨍
Functions
1,516
◇
Types & classes
473
↓ 1 callers
Function
GetGdiPlusErrorString
SampleFramework12/v1.00/Exceptions.h:73
↓ 1 callers
Method
GetGroup
(FieldInfo field, ref string group)
SampleFramework12/v1.00/SettingsCompilerAttributes/Attributes.cs:150
↓ 1 callers
Method
GetHelpText
(FieldInfo field, ref string helpText)
SampleFramework12/v1.00/SettingsCompilerAttributes/Attributes.cs:132
↓ 1 callers
Method
GetHwnd
SampleFramework12/v1.00/Window.cpp:57
↓ 1 callers
Function
GetReadbackHeapProps
SampleFramework12/v1.00/Graphics/DX12_Helpers.cpp:434
↓ 1 callers
Method
HDRColor
(FieldInfo field)
SampleFramework12/v1.00/SettingsCompilerAttributes/Attributes.cs:297
↓ 1 callers
Function
Hammersley2D
Returns a single 2D point in a Hammersley sequence of length "numSamples", using base 1 and base 2
SampleFramework12/v1.00/Graphics/Sampling.cpp:327
↓ 1 callers
Method
HasNormals
Check whether the mesh contains normal vectors
Externals/Assimp-3.1.1/include/mesh.h:682
↓ 1 callers
Method
HasPositions
Check whether the mesh contains positions. Provided no special scene flags are set (such as #AI_SCENE_FLAGS_ANIM_SKELETON_ONLY), this will always be t
Externals/Assimp-3.1.1/include/mesh.h:673
↓ 1 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).
Externals/Assimp-3.1.1/include/mesh.h:689
↓ 1 callers
Method
HasTextureCoords
Check whether the mesh contains a texture coordinate set \param pIndex Index of the texture coordinates set
Externals/Assimp-3.1.1/include/mesh.h:704
↓ 1 callers
Method
InitCommon
SampleFramework12/v1.00/Graphics/Model.cpp:357
↓ 1 callers
Method
InitFromAssimpMesh
SampleFramework12/v1.00/Graphics/Model.cpp:128
↓ 1 callers
Method
InitPlane
Initializes the mesh as a plane
SampleFramework12/v1.00/Graphics/Model.cpp:321
↓ 1 callers
Method
Initialize
SampleFramework12/v1.00/Graphics/PostProcessHelper.cpp:37
↓ 1 callers
Function
Initialize_Helpers
SampleFramework12/v1.00/Graphics/DX12_Helpers.cpp:47
↓ 1 callers
Function
Initialize_Upload
SampleFramework12/v1.00/Graphics/DX12_Upload.cpp:163
↓ 1 callers
Method
Initialized
SampleFramework12/v1.00/Graphics/Skybox.h:48
↓ 1 callers
Method
Insert
SampleFramework12/v1.00/Containers.h:257
↓ 1 callers
Function
InterpolateSpectrumSamples
SampleFramework12/v1.00/Graphics/Spectrum.cpp:194
↓ 1 callers
Function
IrradianceIntegral
Returns the result of performing a irradiance integral over the portion of the hemisphere covered by a region with angular radius = theta
SampleFramework12/v1.00/Graphics/Skybox.cpp:41
↓ 1 callers
Method
IsAlive
SampleFramework12/v1.00/Window.cpp:72
↓ 1 callers
Method
IsEditable
(FieldInfo field)
SampleFramework12/v1.00/SettingsCompilerAttributes/Attributes.cs:418
↓ 1 callers
Method
IsMinimized
SampleFramework12/v1.00/Window.cpp:77
↓ 1 callers
Method
IsVisible
(FieldInfo field)
SampleFramework12/v1.00/SettingsCompilerAttributes/Attributes.cs:398
↓ 1 callers
Method
Left
SampleFramework12/v1.00/SF12_Math.cpp:843
↓ 1 callers
Method
Length
SampleFramework12/v1.00/SF12_Math.cpp:171
↓ 1 callers
Function
LoadMultiChannelEXR
SampleFramework12/v1.00/TinyEXR.cpp:7064
↓ 1 callers
Function
MakeBoxGeometry
SampleFramework12/v1.00/Graphics/Model.cpp:807
↓ 1 callers
Function
MakeConeGeometry
SampleFramework12/v1.00/Graphics/Model.cpp:913
↓ 1 callers
Method
MakeDefines
SampleFramework12/v1.00/Graphics/ShaderCompilation.cpp:500
↓ 1 callers
Function
MakeShaderCacheName
SampleFramework12/v1.00/Graphics/ShaderCompilation.cpp:126
↓ 1 callers
Method
MapAndSetData
SampleFramework12/v1.00/Graphics/GraphicsTypes.cpp:298
↓ 1 callers
Method
MaxX
SampleFramework12/v1.00/Graphics/Camera.h:86
↓ 1 callers
Method
MaxY
SampleFramework12/v1.00/Graphics/Camera.h:87
↓ 1 callers
Function
MenuBarHeight
Externals/imgui-1.46/Include/imgui_internal.h:630
↓ 1 callers
Method
MessageHandler
SampleFramework12/v1.00/Window.cpp:273
↓ 1 callers
Method
MessageLoop
SampleFramework12/v1.00/Window.cpp:320
↓ 1 callers
Method
MinX
SampleFramework12/v1.00/Graphics/Camera.h:84
↓ 1 callers
Method
MinY
SampleFramework12/v1.00/Graphics/Camera.h:85
↓ 1 callers
Method
NumVSYNCIntervals
SampleFramework12/v1.00/Graphics/SwapChain.h:44
↓ 1 callers
Function
PrepareShadowCascades
SampleFramework12/v1.00/Graphics/ShadowHelper.cpp:25
↓ 1 callers
Method
Pressed
SampleFramework12/v1.00/Settings.h:442
↓ 1 callers
Function
ProjectOntoH4
SampleFramework12/v1.00/Graphics/SH.cpp:70
↓ 1 callers
Function
RGBToXYZ
SampleFramework12/v1.00/Graphics/Spectrum.h:57
↓ 1 callers
Function
RadicalInverseBase2
Computes a radical inverse with base 2 using crazy bit-twiddling from "Hacker's Delight"
SampleFramework12/v1.00/Graphics/Sampling.cpp:316
↓ 1 callers
Method
Read
SampleFramework12/v1.00/FileIO.cpp:200
↓ 1 callers
Method
ReadFile
----------------------------------------------------------------------------
Externals/Assimp-3.1.1/include/Importer.hpp:644
↓ 1 callers
Function
ReadFileAsString
Returns the contents of a file as a string
SampleFramework12/v1.00/FileIO.cpp:117
↓ 1 callers
Function
Rect
Externals/imgui-1.46/Include/imgui_internal.h:626
↓ 1 callers
Method
RenderDepthPrepass
Renders all meshes using depth-only rendering for a sun shadow map
BindlessDeferred/MeshRenderer.cpp:651
↓ 1 callers
Method
RenderGBuffer
Renders all meshes to the G-Buffer
BindlessDeferred/MeshRenderer.cpp:564
↓ 1 callers
Method
RenderMainPass
Renders all meshes in the model, with shadows
BindlessDeferred/MeshRenderer.cpp:448
↓ 1 callers
Method
RenderSpotLightShadowMap
Render shadows for all spot lights
BindlessDeferred/MeshRenderer.cpp:712
↓ 1 callers
Method
RenderSunShadowMap
Renders meshes using cascaded shadow mapping
BindlessDeferred/MeshRenderer.cpp:680
↓ 1 callers
Method
RenderText
SampleFramework12/v1.00/Graphics/SpriteRenderer.cpp:207
↓ 1 callers
Method
Right
SampleFramework12/v1.00/Graphics/Camera.cpp:60
↓ 1 callers
Method
Run
SampleFramework12/v1.00/App.cpp:52
↓ 1 callers
Function
SampleCMJ2D
Returns a 2D sample from a particular pattern using correlated multi-jittered sampling [Kensler 2013]
SampleFramework12/v1.00/Graphics/Sampling.cpp:372
↓ 1 callers
Function
SampleDirectionCone
SampleFramework12/v1.00/Graphics/Sampling.cpp:281
↓ 1 callers
Function
SampleDirectionCone_PDF
SampleFramework12/v1.00/Graphics/Sampling.cpp:310
↓ 1 callers
Function
SampleTexture2D
SampleFramework12/v1.00/Graphics/Textures.h:80
↓ 1 callers
Function
SaveMultiChannelEXR
SampleFramework12/v1.00/TinyEXR.cpp:7541
↓ 1 callers
Method
Serialize
SampleFramework12/v1.00/Graphics/SH.h:164
↓ 1 callers
Function
SerializeArray
SampleFramework12/v1.00/Serialization.h:221
↓ 1 callers
Function
SerializeData
SampleFramework12/v1.00/Serialization.h:209
↓ 1 callers
Method
SerializeValue
SampleFramework12/v1.00/Settings.h:114
↓ 1 callers
Method
Set
Externals/DirectXTex Aug 2015/Include/BC.h:351
↓ 1 callers
Method
SetAspectRatio
SampleFramework12/v1.00/Graphics/Camera.cpp:190
↓ 1 callers
Method
SetClientArea
SampleFramework12/v1.00/Window.cpp:199
↓ 1 callers
Method
SetFullScreen
SampleFramework12/v1.00/Graphics/SwapChain.h:50
↓ 1 callers
Method
SetHeight
SampleFramework12/v1.00/Graphics/SwapChain.h:49
↓ 1 callers
Method
SetLabel
SampleFramework12/v1.00/Settings.cpp:66
↓ 1 callers
Method
SetLookAt
SampleFramework12/v1.00/Graphics/Camera.cpp:70
↓ 1 callers
Method
SetOrientation
SampleFramework12/v1.00/Graphics/Camera.cpp:97
↓ 1 callers
Method
SetProjection
SampleFramework12/v1.00/Graphics/Camera.cpp:118
↓ 1 callers
Method
SetVSYNCEnabled
SampleFramework12/v1.00/Graphics/SwapChain.h:51
↓ 1 callers
Method
SetVisible
SampleFramework12/v1.00/Settings.cpp:61
↓ 1 callers
Method
SetWidth
SampleFramework12/v1.00/Graphics/SwapChain.h:48
↓ 1 callers
Method
SetXBasis
SampleFramework12/v1.00/SF12_Math.cpp:863
↓ 1 callers
Method
SetYBasis
SampleFramework12/v1.00/SF12_Math.cpp:870
↓ 1 callers
Method
SetZBasis
SampleFramework12/v1.00/SF12_Math.cpp:877
↓ 1 callers
Method
ShaderVisible
SampleFramework12/v1.00/Graphics/GraphicsTypes.h:38
↓ 1 callers
Method
ShowErrorMessage
SampleFramework12/v1.00/Exceptions.h:158
↓ 1 callers
Method
ShowWindow
SampleFramework12/v1.00/Window.cpp:192
↓ 1 callers
Method
Shutdown
BindlessDeferred/MeshRenderer.cpp:339
↓ 1 callers
Method
Shutdown
SampleFramework12/v1.00/Graphics/PostProcessHelper.cpp:83
↓ 1 callers
Method
Shutdown
SampleFramework12/v1.00/Graphics/SpriteFont.cpp:194
↓ 1 callers
Function
ShutdownShaders
SampleFramework12/v1.00/Graphics/ShaderCompilation.cpp:452
↓ 1 callers
Function
Shutdown_Helpers
SampleFramework12/v1.00/Graphics/DX12_Helpers.cpp:360
↓ 1 callers
Function
Shutdown_Upload
SampleFramework12/v1.00/Graphics/DX12_Upload.cpp:276
↓ 1 callers
Method
Signaled
SampleFramework12/v1.00/Graphics/GraphicsTypes.cpp:932
↓ 1 callers
Function
Smoothstep
Smoothstep cubic interpolation
SampleFramework12/v1.00/SF12_Math.h:604
↓ 1 callers
Method
SpaceWidth
SampleFramework12/v1.00/Graphics/SpriteFont.cpp:225
↓ 1 callers
Function
SphereConeIntersection
Returns true if a sphere intersects a capped cone defined by a direction, height, and angle
BindlessDeferred/BindlessDeferred.cpp:55
↓ 1 callers
Function
SphericalToCartesian
Convert from spherical coordinates to Cartesian coordinates(x, y, z)
SampleFramework12/v1.00/SF12_Math.h:669
↓ 1 callers
Function
SquareToConcentricDiskMapping
Maps a value inside the square [0,1]x[0,1] to a value in a disk of radius 1 using concentric squares. This mapping preserves area, bi continuity, and
SampleFramework12/v1.00/Graphics/Sampling.cpp:114
↓ 1 callers
Method
StartCPUProfile
SampleFramework12/v1.00/Graphics/Profiler.cpp:136
↓ 1 callers
Method
StartProfile
SampleFramework12/v1.00/Graphics/Profiler.cpp:74
↓ 1 callers
Method
To3D
SampleFramework12/v1.00/SF12_Math.cpp:637
← previous
next →
401–500 of 1,516, ranked by callers