Cogs.Core
|
Describes multiview framebuffer layout. More...
#include <IRenderTargets.h>
Public Attributes | |
uint8_t | samples |
Number of multisample samples, 0 and 1 implies no multisampling. | |
uint8_t | baseIndex |
Texture array index for first texture slice to render into. | |
uint8_t | count |
Number of texture array slices to render into. | |
Describes multiview framebuffer layout.
Definition at line 45 of file IRenderTargets.h.
uint8_t Cogs::MultiViewDescription::baseIndex |
Texture array index for first texture slice to render into.
Definition at line 49 of file IRenderTargets.h.
uint8_t Cogs::MultiViewDescription::count |
Number of texture array slices to render into.
Definition at line 51 of file IRenderTargets.h.
uint8_t Cogs::MultiViewDescription::samples |
Number of multisample samples, 0 and 1 implies no multisampling.
Definition at line 47 of file IRenderTargets.h.