Skip to content

Commit fb7e7d6

Browse files
committed
some comments
1 parent 2cedabd commit fb7e7d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/nbl/video/IPhysicalDevice.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class IPhysicalDevice : public core::Interface, public core::Unmovable
3030
uint32_t SSBOAlignment;
3131
uint32_t bufferViewAlignment;
3232
float maxSamplerAnisotropyLog2;
33-
float timestampPeriodInNanoSeconds;
33+
float timestampPeriodInNanoSeconds; // timestampPeriod is the number of nanoseconds required for a timestamp query to be incremented by 1 (a float because vulkan reports), use core::rational in the future
3434

3535
uint32_t maxUBOSize;
3636
uint32_t maxSSBOSize;

0 commit comments

Comments
 (0)