Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
elect86 committed Feb 26, 2019
1 parent f09cfe6 commit 1a86547
Show file tree
Hide file tree
Showing 12 changed files with 317 additions and 56 deletions.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ plugins {
id 'maven'
id 'java'
id 'java-library'
id "org.jetbrains.kotlin.jvm" version "1.3.11"
id "org.jetbrains.kotlin.jvm" version "1.3.21"
// id "org.jetbrains.kotlin.kapt" version "1.3.10"
id "com.github.johnrengelman.shadow" version '4.0.3'
id "com.github.johnrengelman.shadow" version '4.0.4'
}

// jitpack
Expand All @@ -16,7 +16,7 @@ ext{
moduleName = 'com.github.kotlin_graphics.vkk'
kotlin = 'org.jetbrains.kotlin:kotlin'
kotlin_version = '1.3.21'
gli_version = '42d5ecff1637632c823e230ae5cf3b618051e40f'
gli_version = 'v0.8.3.0-build-12'
lwjgl_version = "3.2.2-SNAPSHOT"
lwjgl_natives = current() == WINDOWS ? "windows" : current() == LINUX ? "linux" : "macos"
sprivCross_version = "0.5.0-1.1.85"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.0-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-all.zip
2 changes: 2 additions & 0 deletions src/main/kotlin/vkk/entities/objects.kt
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,5 @@ inline class VkSwapchainKHR(val L: Long) {

inline class VkDisplayKHR(val L: Long)
inline class VkDisplayModeKHR (val L: Long)
inline class VkObjectTableNVX (val L: Long)
inline class VkIndirectCommandsLayoutNVX (val L: Long)
Loading

0 comments on commit 1a86547

Please sign in to comment.