Documentation
¶
Index ¶
Constants ¶
View Source
const MaxFramesInFlight = 2
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelloTriangleApplication ¶
type HelloTriangleApplication struct {
Shaders embed.FS
Vertices []Vertex
Indices []uint16
// contains filtered or unexported fields
}
func (*HelloTriangleApplication) Run ¶
func (app *HelloTriangleApplication) Run() error
type QueueFamilyIndices ¶
func (*QueueFamilyIndices) IsComplete ¶
func (i *QueueFamilyIndices) IsComplete() bool
type SwapChainSupportDetails ¶
type SwapChainSupportDetails struct {
Capabilities *khr_surface.SurfaceCapabilities
Formats []khr_surface.SurfaceFormat
PresentModes []khr_surface.PresentMode
}
type UniformBufferObject ¶
Click to show internal directories.
Click to hide internal directories.