Class Framebuffer.AttachmentFormat
Namespace: ValveResourceFormat.Renderer
Assembly: Renderer.dll
Color attachment pixel format and type specification.
csharp
public record Framebuffer.AttachmentFormat : IEquatable<Framebuffer.AttachmentFormat>Inheritance
object ← Framebuffer.AttachmentFormat
Implements
IEquatable<Framebuffer.AttachmentFormat>
Constructors
AttachmentFormat(PixelInternalFormat, PixelFormat, PixelType)
Color attachment pixel format and type specification.
csharp
public AttachmentFormat(PixelInternalFormat InternalFormat, PixelFormat PixelFormat, PixelType PixelType)Parameters
InternalFormat PixelInternalFormat
PixelFormat PixelFormat
PixelType PixelType
Properties
InternalFormat
csharp
public PixelInternalFormat InternalFormat { get; init; }Property Value
PixelInternalFormat
PixelFormat
csharp
public PixelFormat PixelFormat { get; init; }Property Value
PixelFormat
PixelType
csharp
public PixelType PixelType { get; init; }Property Value
PixelType

