kodi
Public Member Functions | List of all members
D3DX11Effects::TBoolScalarVariable< IBaseInterface, IsAnnotation > Struct Template Reference
Inheritance diagram for D3DX11Effects::TBoolScalarVariable< IBaseInterface, IsAnnotation >:
Inheritance graph
[legend]
Collaboration diagram for D3DX11Effects::TBoolScalarVariable< IBaseInterface, IsAnnotation >:
Collaboration graph
[legend]

Public Member Functions

STDMETHOD() SetFloat (_In_ const float Value) override
 
STDMETHOD() GetFloat (_Out_ float *pValue) override
 
STDMETHOD() SetFloatArray (_In_reads_(Count) const float *pData, _In_ uint32_t Offset, _In_ uint32_t Count) override
 
STDMETHOD() GetFloatArray (_Out_writes_(Count) float *pData, _In_ uint32_t Offset, _In_ uint32_t Count) override
 
STDMETHOD() SetInt (_In_ const int Value) override
 
STDMETHOD() GetInt (_Out_ int *pValue) override
 
STDMETHOD() SetIntArray (_In_reads_(Count) const int *pData, _In_ uint32_t Offset, _In_ uint32_t Count) override
 
STDMETHOD() GetIntArray (_Out_writes_(Count) int *pData, _In_ uint32_t Offset, _In_ uint32_t Count) override
 
STDMETHOD() SetBool (_In_ const bool Value) override
 
STDMETHOD() GetBool (_Out_ bool *pValue) override
 
STDMETHOD() SetBoolArray (_In_reads_(Count) const bool *pData, uint32_t Offset, _In_ uint32_t Count) override
 
STDMETHOD() GetBoolArray (_Out_writes_(Count) bool *pData, _In_ uint32_t Offset, _In_ uint32_t Count) override
 
- Public Member Functions inherited from D3DX11Effects::TNumericVariable< IBaseInterface, IsAnnotation >
STDMETHOD() SetRawValue (_In_reads_bytes_(ByteCount) const void *pData, _In_ uint32_t ByteOffset, _In_ uint32_t ByteCount) override
 
STDMETHOD() GetRawValue (_Out_writes_bytes_(ByteCount) void *pData, _In_ uint32_t ByteOffset, _In_ uint32_t ByteCount) override
 

The documentation for this struct was generated from the following file: