|
slot 0.0.1
A real time UI render framework
|
#include <slang-cpp-prelude.h>

Public 成员函数 | |
| virtual SLANG_NO_THROW SlangResult SLANG_MCALL | queryInterface (SlangUUID const &uuid, void **outObject)=0 |
| virtual SLANG_NO_THROW uint32_t SLANG_MCALL | addRef ()=0 |
| virtual SLANG_NO_THROW uint32_t SLANG_MCALL | release ()=0 |
| SLANG_COM_INTERFACE (0x00000000, 0x0000, 0x0000, {0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46}) virtual SLANG_NO_THROW SlangResult SLANG_MCALL queryInterface(SlangUUID const &uuid | |
| virtual SLANG_NO_THROW uint32_t SLANG_MCALL | addRef ()=0 |
| virtual SLANG_NO_THROW uint32_t SLANG_MCALL | release ()=0 |
| SlangResult | QueryInterface (struct _GUID const &uuid, void **outObject) |
| uint32_t | AddRef () |
| uint32_t | Release () |
Public 属性 | |
| void ** | outObject = 0 |
Base interface for components exchanged through the API.
This interface definition is compatible with the COM IUnknown, and uses the same UUID, but Slang does not require applications to use or initialize COM.
|
inline |

|
pure virtual |

|
pure virtual |
|
pure virtual |

|
inline |

|
inline |

|
pure virtual |

|
pure virtual |
| ISlangUnknown::SLANG_COM_INTERFACE | ( | 0x00000000 | , |
| 0x0000 | , | ||
| 0x0000 | , | ||
| {0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46} | ) const & |
| void** ISlangUnknown::outObject = 0 |