GPUOpen-LibrariesAndSDKs / RadeonProRenderSDK

AMD Radeon™ ProRender is a powerful physically-based path traced rendering engine that enables creative professionals to produce stunningly photorealistic images.
https://gpuopen.com/radeon-prorender-suite/
Other
220 stars 46 forks source link

rprContextCreateSkyLight fails with error code -12 RPR_ERROR_INVALID_PARAMETER #43

Closed matlemuzic closed 1 year ago

matlemuzic commented 2 years ago

Hi there,

I am trying to create a sky light in a program based on 63_hybrid, and I get an error code -12 when calling rprContextCreateSkyLight(context, &light));

Thanks in advance.

RichardGe commented 1 year ago

Sky Light is no longer supported. I suggest to use rprContextCreateEnvironmentLight instead.