Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceShaderEnqueuePropertiesAMDX.Ptr
Packages that use VkPhysicalDeviceShaderEnqueuePropertiesAMDX.Ptr
-
Uses of VkPhysicalDeviceShaderEnqueuePropertiesAMDX.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceShaderEnqueuePropertiesAMDX.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceShaderEnqueuePropertiesAMDX.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceShaderEnqueuePropertiesAMDX> consumer) VkPhysicalDeviceShaderEnqueuePropertiesAMDX.Ptr.offset(long offset) VkPhysicalDeviceShaderEnqueuePropertiesAMDX.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceShaderEnqueuePropertiesAMDX.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceShaderEnqueuePropertiesAMDX.Ptrthat uses the same backing storage as thisVkPhysicalDeviceShaderEnqueuePropertiesAMDX.Ptr, but with the new size.VkPhysicalDeviceShaderEnqueuePropertiesAMDX.Ptr.slice(long end) VkPhysicalDeviceShaderEnqueuePropertiesAMDX.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).