Changes in vulkan-game.hpp [e8445f0:b8efa56] in opengl-game
- File:
- 
      - 1 edited
 
 - 
          
  vulkan-game.hpp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      vulkan-game.hppre8445f0 rb8efa56 198 198 UIValue(UIValueType _type, string _label, void* _value) : type(_type), label(_label), value(_value) {} 199 199 }; 200 201 /* TODO: The following syntax (note the const keyword) means the function will not modify202 * its params. I should use this where appropriate203 *204 * [return-type] [func-name](params...) const { ... }205 */206 200 207 201 class VulkanGame { 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  ![(please configure the [header_logo] section in trac.ini)](/medieval/chrome/site/your_project_logo.png)
