Uses of Record Class
club.doki7.vulkan.datatype.VkShaderStatisticsInfoAMD
Packages that use VkShaderStatisticsInfoAMD
-
Uses of VkShaderStatisticsInfoAMD in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkShaderStatisticsInfoAMDModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkShaderStatisticsInfoAMD
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkShaderStatisticsInfoAMDModifier and TypeMethodDescriptionstatic VkShaderStatisticsInfoAMD
@NotNull VkShaderStatisticsInfoAMD
VkShaderStatisticsInfoAMD.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkShaderStatisticsInfoAMD
VkShaderStatisticsInfoAMD.clone
(Arena arena, VkShaderStatisticsInfoAMD src) VkShaderStatisticsInfoAMD.computeWorkGroupSize
(IntPtr value) VkShaderStatisticsInfoAMD.computeWorkGroupSize
(@NotNull Consumer<IntPtr> consumer) VkShaderStatisticsInfoAMD.numAvailableSgprs
(int value) VkShaderStatisticsInfoAMD.numAvailableVgprs
(int value) VkShaderStatisticsInfoAMD.numPhysicalSgprs
(int value) VkShaderStatisticsInfoAMD.numPhysicalVgprs
(int value) VkShaderStatisticsInfoAMD.resourceUsage
(@NotNull VkShaderResourceUsageAMD value) VkShaderStatisticsInfoAMD.resourceUsage
(Consumer<@NotNull VkShaderResourceUsageAMD> consumer) VkShaderStatisticsInfoAMD.shaderStageMask
(int value) VkShaderStatisticsInfoAMD.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkShaderStatisticsInfoAMDModifier and TypeMethodDescription@NotNull Iterator
<VkShaderStatisticsInfoAMD> VkShaderStatisticsInfoAMD.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkShaderStatisticsInfoAMDModifier and TypeMethodDescriptionstatic VkShaderStatisticsInfoAMD
VkShaderStatisticsInfoAMD.clone
(Arena arena, VkShaderStatisticsInfoAMD src) void
VkShaderStatisticsInfoAMD.Ptr.write
(long index, @NotNull VkShaderStatisticsInfoAMD value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkShaderStatisticsInfoAMDModifier and TypeMethodDescriptionVkShaderStatisticsInfoAMD.Ptr.at
(long index, @NotNull Consumer<@NotNull VkShaderStatisticsInfoAMD> consumer)