Foundation
Loading...
Searching...
No Matches
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
Foundation::RenderCore::ExecuteResources Struct Reference

Helper class containing runtime resources either imported, or created by the Renderer. More...

#include <Renderer.hpp>

Classes

struct  TextureViews
 

Public Types

using TextureViewHandle = Variant< RHITextureScopedHandle< RHITextureView >, RHITextureHandle< RHITextureView > >
 

Public Member Functions

 ExecuteResources (Allocator *allocator)
 
void fit (ResourceHandle handle)
 

Public Attributes

Vector< Variant< RHIBuffer *, RHIDeviceScopedHandle< RHIBuffer >, RHITexture *, RHIDeviceScopedHandle< RHITexture >, RHIAccelerationStructure * > > resources
 
Vector< TextureViewsviews
 
Vector< RHIDeviceScopedHandle< RHIDeviceSampler > > samplers
 

Detailed Description

Helper class containing runtime resources either imported, or created by the Renderer.

Member Typedef Documentation

◆ TextureViewHandle

Constructor & Destructor Documentation

◆ ExecuteResources()

Foundation::RenderCore::ExecuteResources::ExecuteResources ( Allocator allocator)
inlineexplicit

Member Function Documentation

◆ fit()

void Foundation::RenderCore::ExecuteResources::fit ( ResourceHandle  handle)
inline

Member Data Documentation

◆ resources

◆ samplers

Vector<RHIDeviceScopedHandle<RHIDeviceSampler> > Foundation::RenderCore::ExecuteResources::samplers

◆ views

Vector<TextureViews> Foundation::RenderCore::ExecuteResources::views

The documentation for this struct was generated from the following file: