This is the complete list of members for Utility, including all inherited members.
createMipmap(GxRenderTexture *pTexture) | Utility | static |
createVertexBufferSphere(s32 xdiv, s32 ydiv, s32 ycount) | Utility | static |
createVertexDeclarationSphere(void) | Utility | static |
getFogParam(f32 startDistance, f32 endDistance, f32 min, f32 max) | Utility | static |
getMaterialFunctionIndex(GxResShaderPackage *pShaderPackage, GX_HANDLE handleMaterialFunctions, const GxString &materialFunctionName) | Utility | static |
setMaterialFunctions(GxResShaderPackage *pShaderPackage, GxShaderPackage::GxShaderCode *pShaderCode, const GxString &materialName, const GxString &materialFunctionName) | Utility | static |
setSamplerState(GX_HANDLE handle, RENDER_SAMPLER_FILTER min, RENDER_SAMPLER_FILTER mag, RENDER_SAMPLER_FILTER mip, RENDER_SAMPLER_ADDRESS_MODE addressU, RENDER_SAMPLER_ADDRESS_MODE addressV) | Utility | static |
setShaders(GxResShaderPackage *pShaderPackage, GxShaderPackage::GxShaderCode *pShaderCode) | Utility | static |
setTexture(GX_HANDLE handle, GxRenderTexture *pTexture, RENDER_SAMPLER_FILTER min, RENDER_SAMPLER_FILTER mag, RENDER_SAMPLER_FILTER mip, RENDER_SAMPLER_ADDRESS_MODE addressU, RENDER_SAMPLER_ADDRESS_MODE addressV) | Utility | static |