Transform matrix to mat identifier for Vulkan

This commit is contained in:
gingerBill
2021-10-20 11:42:06 +01:00
parent cee45c1b15
commit 07bf64ae52
4 changed files with 3 additions and 9 deletions
+1 -3
View File
@@ -3,8 +3,6 @@
//
package vulkan
import "core:c"
when ODIN_OS == "windows" {
import win32 "core:sys/windows"
@@ -3750,7 +3748,7 @@ PhysicalDeviceRayTracingPropertiesNV :: struct {
}
TransformMatrixKHR :: struct {
matrix: [3][4]f32,
mat: [3][4]f32,
}
AabbPositionsKHR :: struct {