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