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