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