AnyCAD Rapid API 2023
Help you to create a better world!
|
Public Member Functions | |
TextureCube (TextureDesc desc, long width, long height) | |
long | GetWidth () |
void | SetWidth (long val) |
long | GetHeight () |
void | SetHeight (long val) |
boolean | IsValid () |
Public Member Functions inherited from Texture | |
Texture (TextureDesc desc) | |
TextureDesc | GetDesc () |
void | SetDesc (TextureDesc val) |
UniformSet | GetUniforms () |
long | GetUpdateVersion () |
EnumEncoding | GetEncoding () |
void | SetEncoding (EnumEncoding val) |
EnumMapping | GetMapping () |
void | SetMapping (EnumMapping val) |
EnumTextureTarget | GetTextureType () |
void | SetUniform (String name, Uniform uniform) |
void | RequestUpdate () |
Public Member Functions inherited from GfxObject | |
long | GetUuid () |
Static Public Member Functions | |
static TextureCube | Cast (GfxObject obj) |
<> The cube texture.
|
static |
Reimplemented from Texture.
boolean TextureCube.IsValid | ( | ) |
Reimplemented from Texture.