![]() |
|
公開型 | |
| enum | DrawPass { Opaque , Decal , Unlit , Skybox , Translucent , Other , Count } |
公開メンバ関数 | |
| Shader () | |
| Shader (string path) | |
| Shader (IntPtr ptr) | |
| IntPtr | getShaderNativePtr () |
| DrawPass | getDrawPass () |
| void | Release () |
| void | Delete () |
| bool | isSrgbTexture (string slotname) |
| void | beginUse () |
| Guid | getGuid () |
| UInt32 | GetLocalUniformBufferSize () |
静的公開メンバ関数 | |
| static Shader | findByName (string name) |
| static Shader | load (string path) |
| static void | reloadModified () |
| SharpKmyGfx.Shader.Shader | ( | ) |
| SharpKmyGfx.Shader.Shader | ( | string | path | ) |
| SharpKmyGfx.Shader.Shader | ( | IntPtr | ptr | ) |
| void SharpKmyGfx.Shader.beginUse | ( | ) |
| void SharpKmyGfx.Shader.Delete | ( | ) |
|
static |
| DrawPass SharpKmyGfx.Shader.getDrawPass | ( | ) |
| Guid SharpKmyGfx.Shader.getGuid | ( | ) |
| UInt32 SharpKmyGfx.Shader.GetLocalUniformBufferSize | ( | ) |
| IntPtr SharpKmyGfx.Shader.getShaderNativePtr | ( | ) |
| bool SharpKmyGfx.Shader.isSrgbTexture | ( | string | slotname | ) |
|
static |
| void SharpKmyGfx.Shader.Release | ( | ) |
|
static |