MCPcopy Create free account

hub / github.com/PacktPublishing/3D-Graphics-Rendering-Cookbook / functions

Functions1,003 in github.com/PacktPublishing/3D-Graphics-Rendering-Cookbook

MethodfillCommandBuffer
shared/vkFramework/Barriers.h:69
MethodfillCommandBuffer
shared/vkFramework/Barriers.h:85
MethodfillCommandBuffer
shared/vkFramework/Barriers.h:105
MethodfillCommandBuffer
shared/vkFramework/VulkanShaderProcessor.cpp:23
MethodfillCommandBuffer
shared/vkFramework/GuiRenderer.cpp:38
MethodfillCommandBuffer
shared/vkFramework/CompositeRenderer.h:10
MethodfillCommandBuffer
shared/vkFramework/InfinitePlaneRenderer.cpp:3
MethodfillCommandBuffer
shared/vkFramework/MultiRenderer.cpp:214
MethodfillCommandBuffer
shared/vkFramework/effects/HDRProcessor.h:138
MethodfillCommandBuffer
shared/vkRenderers/VulkanPBRModelRenderer.cpp:95
MethodfillCommandBuffer
shared/vkRenderers/VulkanModelRenderer.cpp:65
MethodfillCommandBuffer
shared/vkRenderers/VulkanSingleQuad.cpp:57
MethodfillCommandBuffer
shared/vkRenderers/VulkanCanvas.cpp:115
MethodfillCommandBuffer
shared/vkRenderers/VulkanQuadRenderer.cpp:112
MethodfillCommandBuffer
shared/vkRenderers/VulkanClear.cpp:20
MethodfillCommandBuffer
shared/vkRenderers/VulkanFinish.cpp:19
MethodfillCommandBuffer
shared/vkRenderers/VulkanImGui.cpp:183
MethodfillCommandBuffer
shared/vkRenderers/VulkanMultiMeshRenderer.cpp:66
MethodfillCommandBuffer
shared/vkRenderers/VulkanCube.cpp:56
MethodfillCommandBuffer
Chapter10/VK02_Final/src/FinalRenderer.h:198
MethodfillCommandBuffer
Chapter10/VK01_AtomicsTest/src/main.cpp:56
MethodfillCommandBuffer
Chapter10/VK01_AtomicsTest/src/main.cpp:109
FunctionfindNodeByName
shared/scene/Scene.cpp:55
MethodgetBlurX
shared/vkFramework/effects/SSAOProcessor.h:67
MethodgetBytesPerComponent
shared/Bitmap.h:48
MethodgetCenter
shared/UtilsMath.h:39
MethodgetDefaultProjection
shared/vkFramework/VulkanApp.h:196
MethodgetFPS
shared/vkFramework/VulkanApp.h:161
MethodgetHandle
shared/glFramework/GLShader.h:29
MethodgetHandle
shared/glFramework/GLShader.h:43
MethodgetHandle
shared/glFramework/GLTexture.h:15
FunctiongetMaxUsableSampleCount
shared/UtilsVulkan.cpp:2743
FunctiongetNodeLevel
shared/scene/Scene.cpp:72
MethodgetPixelFloat
shared/Bitmap.h:93
MethodgetPixelUnsignedByte
shared/Bitmap.h:112
MethodgetPosition
shared/Camera.h:100
MethodgetPosition
shared/Camera.h:188
MethodgetRotationMatrix
Get current rotation matrix **/
shared/Trackball.h:92
MethodgetSSAO
shared/vkFramework/effects/SSAOProcessor.h:66
MethodgetSize
shared/UtilsMath.h:38
MethodgetType
shared/glFramework/GLShader.h:11
MethodgetType
shared/glFramework/GLTexture.h:14
MethodgetViewMatrix
shared/Camera.h:93
MethodgetViewMatrix
shared/Camera.h:189
FunctiongladLoadVulkan
deps/glad/src/vulkan.c:536
FunctiongladLoadWGL
deps/glad/src/wgl.c:103
Functionglad_gl_get_proc_from_userptr
deps/glad/src/gl.c:1550
Functionglad_vk_get_proc_from_userptr
deps/glad/src/vulkan.c:468
Functionglad_vk_has_extension
deps/glad/src/vulkan.c:456
Functionglad_wgl_get_proc_from_userptr
deps/glad/src/wgl.c:72
FunctiongridColor
data/shaders/chapter05/GridCalculation.h:21
MethodinitGetSetFuncs
shared/Bitmap.h:69
MethodinitPipeline
shared/vkFramework/Renderer.h:20
MethodinitRenderPass
shared/vkFramework/Renderer.h:26
FunctioninsertComputedBufferBarrier
shared/UtilsVulkan.cpp:2670
FunctionisDeviceSuitable
shared/UtilsVulkan.cpp:956
Methodline
shared/vkRenderers/VulkanCanvas.cpp:133
FunctionloadBoundingBoxes
shared/scene/VtxData.cpp:93
MethodloadDrawData
shared/vkRenderers/VulkanMultiMeshRenderer.cpp:121
MethodloadMeshes
shared/vkFramework/MultiRenderer.cpp:60
MethodloadScene
shared/vkFramework/MultiRenderer.cpp:84
MethodloadScene
shared/glFramework/GLSceneDataLazy.cpp:89
MethodloadScene
shared/glFramework/GLSceneData.cpp:35
Functionmain
Chapter6/VK01_BRDF_LUT/src/main.cpp:46
Functionmain
Chapter6/VK02_DescriptorIndexing/src/main.cpp:134
Functionmain
Chapter6/VK05_PBR/src/main.cpp:67
Functionmain
Chapter6/GL01_PBR/src/main.cpp:69
Functionmain
Chapter6/VK03_ComputeTexture/src/main.cpp:31
Functionmain
Chapter6/Util01_FilterEnvmap/src/main.cpp:103
Functionmain
Chapter6/VK04_ComputeMesh/src/main.cpp:222
Functionmain
Chapter7/VK01_SceneGraph/src/main.cpp:143
Functionmain
Chapter7/GL01_LargeScene/src/main.cpp:139
Functionmain
Chapter7/VK02_LargeScene/src/main.cpp:46
Functionmain
Chapter7/SceneConverter/src/main.cpp:684
Functionmain
Chapter3/GL03_CubeMap/src/main.cpp:38
Functionmain
Chapter3/GL01_APIWrapping/src/main.cpp:53
Functionmain
Chapter3/GL02_VtxPulling/src/main.cpp:30
Functionmain
This program should give the same result as the following commands: glslangValidator -V110 --target-env spirv1.3 VK01.vert -o VK01.vert.bin glslang
Chapter3/VK01_GLSLang/src/main.cpp:39
Functionmain
Chapter3/VK02_DemoApp/src/main.cpp:381
Functionmain
Chapter1/2_CMake/src/main.cpp:2
Functionmain
Chapter9/VK01_Physics/src/main.cpp:100
Functionmain
Chapter2/06_Optick/src/main.cpp:83
Functionmain
Chapter2/01_GLFW/src/main.cpp:37
Functionmain
Chapter2/07_Assimp/src/main.cpp:50
Functionmain
Chapter2/05_EasyProfiler/src/main.cpp:83
Functionmain
Chapter2/10_MeshOptimizer/src/main.cpp:84
Functionmain
Chapter2/09_Taskflow/src/main.cpp:11
Functionmain
Chapter2/03_STB/src/main.cpp:53
Functionmain
Chapter2/08_ETC2Comp/src/main.cpp:14
Functionmain
Chapter2/04_ImGui/src/main.cpp:13
Functionmain
Chapter2/02_GLM/src/main.cpp:80
Functionmain
Chapter8/VK01_ShadowMapping/src/main.cpp:183
Functionmain
Chapter8/GL03_HDR/src/main.cpp:45
Functionmain
Chapter8/GL02_SSAO/src/main.cpp:49
Functionmain
Chapter8/VK03_HDR/src/main.cpp:213
Functionmain
Chapter8/GL01_ShadowMapping/src/main.cpp:47
Functionmain
Chapter8/VK02_SSAO/src/main.cpp:88
Functionmain
Chapter8/GL04_HDR_Adaptation/src/main.cpp:46
Functionmain
Chapter10/GL04_LazyLoading/src/main.cpp:38
Functionmain
Chapter10/VK02_Final/src/main.cpp:319
← previousnext →801–900 of 1,003, ranked by callers