Derm.Render.Texture1d Class Reference
One dimensional texture.
More...
List of all members.
Detailed Description
One dimensional texture.
Constructor & Destructor Documentation
Derm.Render.Texture1d.Texture1d |
( |
Image |
image |
) |
|
Construct a Texture1d from an Image instance.
- Parameters:
-
Derm.Render.Texture1d.Texture1d |
( |
string |
path |
) |
|
Construct a Texture1d from an image file.
- Parameters:
-
| path | A System.String specifying the image file path. |
Member Function Documentation
override void Derm.Render.Texture1d.Bind |
( |
RenderContext |
ctx |
) |
[virtual] |
override void Derm.Render.Texture1d.Create |
( |
RenderContext |
ctx |
) |
[virtual] |
override void Derm.Render.Texture1d.Unbind |
( |
RenderContext |
ctx |
) |
[virtual] |
Property Documentation
int Derm.Render.Texture1d.Width [get] |