Interface VulkanShaderModuleCreateInfoType

  • All Known Implementing Classes:
    VulkanShaderModuleCreateInfo

    @Immutable
    public interface VulkanShaderModuleCreateInfoType
    The type of Vulkan image view creation information.
    See Also:
    "VkShaderModuleCreateInfo"
    • Method Detail

      • data

        @Parameter
        java.nio.ByteBuffer data()
        Returns:
        The shader module bytecode
      • size

        @Parameter
        long size()
        Returns:
        The shader code size
      • checkPreconditions

        @Check
        default void checkPreconditions()
        Check preconditions for the type.