Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceFragmentShadingRateKHR.Ptr
Packages that use VkPhysicalDeviceFragmentShadingRateKHR.Ptr
-
Uses of VkPhysicalDeviceFragmentShadingRateKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceFragmentShadingRateKHR.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceFragmentShadingRateKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceFragmentShadingRateKHR> consumer) VkPhysicalDeviceFragmentShadingRateKHR.Ptr.offset
(long offset) VkPhysicalDeviceFragmentShadingRateKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceFragmentShadingRateKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceFragmentShadingRateKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceFragmentShadingRateKHR.Ptr
, but with the new size.VkPhysicalDeviceFragmentShadingRateKHR.Ptr.slice
(long end) VkPhysicalDeviceFragmentShadingRateKHR.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).