Skip to content

Commit

Permalink
Direct3D11: Improvements and faster bindings, draw triangle in HelloD…
Browse files Browse the repository at this point in the history
…irect3D11.
  • Loading branch information
amerkoleci committed Jan 4, 2022
1 parent afbedaa commit 9fcc67e
Show file tree
Hide file tree
Showing 67 changed files with 3,203 additions and 3,208 deletions.
29 changes: 9 additions & 20 deletions .editorconfig
@@ -1,35 +1,24 @@
###############################################################################
# EditorConfig is awesome: http://EditorConfig.org
###############################################################################
# editorconfig.org

###############################################################################
# Top-most EditorConfig file
###############################################################################
# top-most EditorConfig file
root = true

###############################################################################
# Set default behavior to:
# a UTF-8 encoding,
# Unix-style line endings,
# a newline ending the file,
# 4 space indentation, and
# trimming of trailing whitespace
###############################################################################
# Default settings:
# A newline ending every file
# Use 4 spaces as indentation
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[project.json]
indent_size = 2

# Generated code
[*{_AssemblyInfo.cs,.notsupported.cs}]
[*{_AssemblyInfo.cs,.notsupported.cs,AsmOffsets.cs}]
generated_code = true

[project.json]
indent_size = 2

# C# files
[*.cs]
# New line preferences
Expand Down

0 comments on commit 9fcc67e

Please sign in to comment.