Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceShaderDrawParametersFeatures
Packages that use VkPhysicalDeviceShaderDrawParametersFeatures
-
Uses of VkPhysicalDeviceShaderDrawParametersFeatures in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceShaderDrawParametersFeaturesModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceShaderDrawParametersFeaturesstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceShaderDrawParametersFeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceShaderDrawParametersFeatures.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceShaderDrawParametersFeatures.clone(Arena arena, VkPhysicalDeviceShaderDrawParametersFeatures src) VkPhysicalDeviceShaderDrawParametersFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderDrawParametersFeatures.shaderDrawParameters(int value) VkPhysicalDeviceShaderDrawParametersFeatures.sType(int value) VkPhysicalDeviceShaderDrawParametersFeatures.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceShaderDrawParametersFeaturesMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceShaderDrawParametersFeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceShaderDrawParametersFeatures.clone(Arena arena, VkPhysicalDeviceShaderDrawParametersFeatures src) voidVkPhysicalDeviceShaderDrawParametersFeatures.Ptr.write(long index, @NotNull VkPhysicalDeviceShaderDrawParametersFeatures value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceShaderDrawParametersFeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceShaderDrawParametersFeatures.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceShaderDrawParametersFeatures> consumer)