Interface VulkanShaderModuleCreateInfoType
- All Known Implementing Classes:
VulkanShaderModuleCreateInfo
@Immutable
public interface VulkanShaderModuleCreateInfoType
The type of Vulkan image view creation information.
- See Also:
-
Method Details
-
flags
Set<VulkanShaderModuleCreateFlag> flags()- Returns:
- The module creation flags
-
data
ByteBuffer data()- Returns:
- The shader module bytecode
-
size
@Default default long size()- Returns:
- The shader code size
-
checkPreconditions
@Check default void checkPreconditions()Check preconditions for the type.
-