Size information for DCSM canvas size change.  
 More...
#include <DcsmApiTypes.h>
Size information for DCSM canvas size change. 
- Examples
 - ramses-example-dcsm-provider/src/main.cpp.
 
 
◆ SizeInfo()
  
  
      
        
          | constexpr ramses::SizeInfo::SizeInfo  | 
          ( | 
          uint32_t  | 
          w,  | 
         
        
           | 
           | 
          uint32_t  | 
          h  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlineconstexpr   | 
  
 
Constructor requiring size to be specified explicitly. 
- Parameters
 - 
  
  
 
 
 
◆ operator!=()
  
  
      
        
          | constexpr bool ramses::SizeInfo::operator!=  | 
          ( | 
          const SizeInfo &  | 
          rhs | ) | 
           const | 
         
       
   | 
  
inlineconstexpr   | 
  
 
The inequality comparison operator. 
- Parameters
 - 
  
    | rhs | The instance to compare to  | 
  
   
- Returns
 - True if not same, false otherwise 
 
 
 
◆ operator==()
  
  
      
        
          | constexpr bool ramses::SizeInfo::operator==  | 
          ( | 
          const SizeInfo &  | 
          rhs | ) | 
           const | 
         
       
   | 
  
inlineconstexpr   | 
  
 
The equality comparison operator. 
- Parameters
 - 
  
    | rhs | The instance to compare to  | 
  
   
- Returns
 - True if same, false otherwise 
 
 
 
◆ height
      
        
          | uint32_t ramses::SizeInfo::height | 
        
      
 
 
◆ width
      
        
          | uint32_t ramses::SizeInfo::width | 
        
      
 
 
The documentation for this struct was generated from the following file:
- /home/runner/work/ramses/ramses/framework/ramses-framework-api/include/ramses-framework-api/DcsmApiTypes.h