Table of Contents

Class FramebufferAttrs

Namespace
Vintagestory.API.Client
Assembly
VintagestoryAPI.dll
public class FramebufferAttrs
Inheritance
FramebufferAttrs
Inherited Members

Constructors

FramebufferAttrs(string, int, int)

public FramebufferAttrs(string name, int width, int height)

Parameters

name string
width int
height int

Fields

Attachments

public FramebufferAttrsAttachment[] Attachments

Field Value

FramebufferAttrsAttachment[]

Height

public int Height

Field Value

int

Name

public string Name

Field Value

string

Width

public int Width

Field Value

int