Uses of Record Class
club.doki7.vulkan.datatype.VkBindShaderGroupIndirectCommandNV
Packages that use VkBindShaderGroupIndirectCommandNV
-
Uses of VkBindShaderGroupIndirectCommandNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkBindShaderGroupIndirectCommandNVModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkBindShaderGroupIndirectCommandNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkBindShaderGroupIndirectCommandNVModifier and TypeMethodDescription@NotNull VkBindShaderGroupIndirectCommandNVVkBindShaderGroupIndirectCommandNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkBindShaderGroupIndirectCommandNV.clone(Arena arena, VkBindShaderGroupIndirectCommandNV src) VkBindShaderGroupIndirectCommandNV.groupIndex(int value) VkBindShaderGroupIndirectCommandNV.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkBindShaderGroupIndirectCommandNVModifier and TypeMethodDescription@NotNull Iterator<VkBindShaderGroupIndirectCommandNV> VkBindShaderGroupIndirectCommandNV.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkBindShaderGroupIndirectCommandNVModifier and TypeMethodDescriptionVkBindShaderGroupIndirectCommandNV.clone(Arena arena, VkBindShaderGroupIndirectCommandNV src) voidVkBindShaderGroupIndirectCommandNV.Ptr.write(long index, @NotNull VkBindShaderGroupIndirectCommandNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkBindShaderGroupIndirectCommandNVModifier and TypeMethodDescriptionVkBindShaderGroupIndirectCommandNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkBindShaderGroupIndirectCommandNV> consumer)