Skip to content

Errors paths lower case errors - lfs Assets link - can not build in Linux #37

Description

@danilw

context is Linux only

cmake:

https://github.com/NVIDIA-RTX/RTXDI/blob/main/External/NRD.cmake#L11

    add_subdirectory(external/NRD)

to

    add_subdirectory(External/NRD)

https://github.com/NVIDIA-RTX/RTXDI/blob/main/External/DLSS.cmake#L2

set(dlss_sdk "${CMAKE_CURRENT_SOURCE_DIR}/external/DLSS")

to

set(dlss_sdk "${CMAKE_CURRENT_SOURCE_DIR}/External/DLSS")

https://github.com/NVIDIA-RTX/RTXDI/blob/main/Samples/FullSample/Source/CMakeLists.txt#L27

	"RenderPasses/RaytracingPass.cpp"
	"RenderPasses/RaytracingPass.h"

replace with

    "RenderPasses/RayTracingPass.cpp"
    "RenderPasses/RayTracingPass.h"

https://github.com/NVIDIA-RTX/RTXDI/blob/main/Samples/FullSample/Shaders/CMakeLists.txt#L46

   HelperFunctions.hlsli
   GlassPass.hlsl
   Helperfunctions.hlsli

Helperfunctions.hlsli delete


C++:

all cpp files in https://github.com/NVIDIA-RTX/RTXDI/tree/main/Samples
like this https://github.com/NVIDIA-RTX/RTXDI/blob/main/Samples/MinimalSample/Source/RenderPass.cpp#L24

#include "../shaders/ShaderParameters.h"

to

#include "../Shaders/ShaderParameters.h"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions