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