Table of Contents

Class ImageTextureBindingConfiguration

Namespace
Bonsai.Shaders.Configuration
Assembly
Bonsai.Shaders.dll

Represents a configuration object for binding a texture to a shader image uniform.

public class ImageTextureBindingConfiguration : TextureBindingConfiguration
Inheritance
ImageTextureBindingConfiguration
Inherited Members

Properties

Access

Gets or sets a value specifying the type of access that will be performed on the image.

public TextureAccess Access { get; set; }

Property Value

TextureAccess

Format

Gets or sets a value specifying the format of the image elements when the shader reads or writes image data.

public SizedInternalFormat Format { get; set; }

Property Value

SizedInternalFormat

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.