Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
FramebufferDescriptor Class Reference
Inheritance diagram for FramebufferDescriptor:
[legend]
Collaboration diagram for FramebufferDescriptor:
[legend]

Instance Methods

(instancetype) - initWithRenderPassDescriptor:
 

Properties

unsigned long sampleCount
 
MTLPixelFormat colorPixelFormat
 
MTLPixelFormat depthPixelFormat
 
MTLPixelFormat stencilPixelFormat
 

Method Documentation

◆ initWithRenderPassDescriptor:

- (instancetype) initWithRenderPassDescriptor: (MTLRenderPassDescriptor*) renderPassDescriptor

Property Documentation

◆ colorPixelFormat

- (MTLPixelFormat) colorPixelFormat
readwritenonatomicassign

◆ depthPixelFormat

- (MTLPixelFormat) depthPixelFormat
readwritenonatomicassign

◆ sampleCount

- (unsigned long) sampleCount
readwritenonatomicassign

◆ stencilPixelFormat

- (MTLPixelFormat) stencilPixelFormat
readwritenonatomicassign

The documentation for this class was generated from the following file:
Untitled