Skip to content

Commit

Permalink
Fix for "Texture 'RenderWindow DepthBuffer' is TilerMemoryless. For l…
Browse files Browse the repository at this point in the history
…oad actions it can only use clear, dont_care or clear_on_tilers." for Sample_LocalCubemaps
  • Loading branch information
eugenegff committed Dec 5, 2024
1 parent 859008c commit c91c2ab
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Samples/Media/2.0/scripts/Compositors/LocalCubemaps.compositor
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ compositor_node LocalCubemapsRenderingNode
//Render overlays
pass render_scene
{
load
{
depth dont_care
stencil dont_care
}
store
{
depth dont_care
Expand All @@ -164,6 +169,11 @@ compositor_node LocalCubemapsRenderingNode
//Render sky (see TutorialSky_Postprocess)
/*pass render_quad
{
load
{
depth dont_care
stencil dont_care
}
store
{
depth dont_care
Expand All @@ -176,6 +186,11 @@ compositor_node LocalCubemapsRenderingNode
//Render transparent stuff after sky
pass render_scene
{
load
{
depth dont_care
stencil dont_care
}
store
{
depth dont_care
Expand Down

0 comments on commit c91c2ab

Please sign in to comment.