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