Переглянути джерело

fix for lambda unused captures (#208)

* warning fixes

Signed-off-by: Esteban Papp <[email protected]>

* another lambda unused

Signed-off-by: Esteban Papp <[email protected]>
Esteban Papp 4 роки тому
батько
коміт
b2faa9f52e

+ 0 - 1
Gem/Code/Source/Passes/RayTracingAmbientOcclusionPass.cpp

@@ -158,7 +158,6 @@ namespace AZ
 
             // Bind others for global srg
             const RHI::ShaderResourceGroupLayout* srgLayout = m_shaderResourceGroup->GetLayout();
-            
             RHI::ShaderInputBufferIndex bufferIndex;
             RHI::ShaderInputConstantIndex constantIndex;
 

+ 0 - 1
Gem/Code/Source/StreamingImageExampleComponent.cpp

@@ -671,7 +671,6 @@ namespace AtomSampleViewer
             AZStd::vector<uint8_t> imageData;
             const uint32_t side = 1001;
             const uint32_t depth = 3;
-            
             createColorImageData({ 1.0f,0.0f,0.0f,0.0f }, side, side, imageData);
             createColorImageData({ 0.0f,1.0f,0.0f,0.0f }, side, side, imageData);
             createColorImageData({ 0.0f,0.0f,1.0f,0.0f }, side, side, imageData);