Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR.Ptr
Packages that use VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR.Ptr
-
Uses of VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR> consumer) VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR.Ptr.offset
(long offset) VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR.Ptr
, but with the new size.VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR.Ptr.slice
(long end) VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR.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).