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 TypeMethodDescriptionintVkDeviceCommands.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 recordRepresents a pointer to aVkShaderCreateInfoEXTstructure in native memory.static final recordRepresents a pointer to / an array ofVkShaderCreateInfoEXTstructure(s) in native memory.