CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
GPURenderPass.hpp File Reference

Go to the source code of this file.

Classes

struct  CeresEngine::GPUAttachmentFormatDescriptor
 Render target attachment descriptor structure. More...
 
struct  CeresEngine::GPURenderPassDescriptor
 Render pass descriptor structure. More...
 
class  CeresEngine::GPURenderPass
 
class  CeresEngine::GPURenderPass::Scope
 A helper class that begins a scoped render target binding. More...
 

Namespaces

namespace  CeresEngine
 

Enumerations

enum class  CeresEngine::GPUAttachmentLoadOp { CeresEngine::Undefined , CeresEngine::Load , CeresEngine::Clear }
 Enumeration for render pass attachment load operations. More...
 
enum class  CeresEngine::GPUAttachmentStoreOp { CeresEngine::Undefined , CeresEngine::Store }
 Enumeration for render pass attachment store operations. More...