u/Tensorizer

In ContourPlot3D[] function, one can specify individual colors of the surfaces or, opacity and a single color, as far as I can tell:

ContourStyle -> {Pink, Yellow}

or

ContourStyle -> Directive[Opacity[0.4], Pink]

Is there a way to combine both so that I can get a better visual of the volume of intersection?

reddit.com
u/Tensorizer — 8 days ago
▲ 5 r/vulkan

Optix denoiser requires with 32bit float(rgba32f in GLSL) whereas my Vulkan swapchain needs to work with VK_FORMAT_R8G8B8A8_UNORM (rgba8 in GLSL).

Is there a slick way to perform this conversion without injecting a compute shader into the mix?

reddit.com
u/Tensorizer — 10 days ago