Table of Contents

Property this

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

this[int]

Gets the texture object at the specified index.

public int this[int index] { get; }

Parameters

index int

The zero-based index of the texture object to get.

Property Value

int

The handle to the texture object at the specified index.