Table of Contents

Class Framebuffer.AttachmentFormat

Namespace
ValveResourceFormat.Renderer
Assembly
Renderer.dll

Color attachment pixel format and type specification.

public record Framebuffer.AttachmentFormat : IEquatable<Framebuffer.AttachmentFormat>

Inheritance

Implements

Inherited Members

Constructors

AttachmentFormat(PixelInternalFormat, PixelFormat, PixelType)

Color attachment pixel format and type specification.

public AttachmentFormat(PixelInternalFormat InternalFormat, PixelFormat PixelFormat, PixelType PixelType)

Parameters

InternalFormat PixelInternalFormat
PixelFormat PixelFormat
PixelType PixelType

Properties

InternalFormat

public PixelInternalFormat InternalFormat { get; init; }

Property Value

PixelInternalFormat

PixelFormat

public PixelFormat PixelFormat { get; init; }

Property Value

PixelFormat

PixelType

public PixelType PixelType { get; init; }

Property Value

PixelType