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