Uses of Interface
club.doki7.vulkan.datatype.IVkShaderCreateInfoEXT
Packages that use IVkShaderCreateInfoEXT
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkShaderCreateInfoEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkShaderCreateInfoEXTModifier and TypeMethodDescriptionint
VkDeviceCommands.createShadersEXT
(VkDevice device, int createInfoCount, IVkShaderCreateInfoEXT pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkShaderEXT.Ptr pShaders) -
Uses of IVkShaderCreateInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkShaderCreateInfoEXTModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkShaderCreateInfoEXT
structure in native memory.static final record
Represents a pointer to / an array ofVkShaderCreateInfoEXT
structure(s) in native memory.