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