VulkanRenderParameters.CurrentFrameNumber Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Current frame number. Note, must be strictly increasing. Can be used to track lifetime of own resources.
public: System::UInt64 CurrentFrameNumber;
public ulong CurrentFrameNumber;
val mutable CurrentFrameNumber : uint64
Public CurrentFrameNumber As ULong